https://github.com/agoose77/nbconvert_remote
Simple RESTful API to nbconvert. Also includes built-in web interface
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.2%) to scientific vocabulary
Keywords
api
jupyter
nbconvert
notebook
rest
web
Last synced: 5 months ago
·
JSON representation
Repository
Simple RESTful API to nbconvert. Also includes built-in web interface
Basic Info
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
api
jupyter
nbconvert
notebook
rest
web
Created over 7 years ago
· Last pushed over 7 years ago
Metadata Files
Readme
README.md
nbconvertremote (`nbconverthttp`)
HTTP frontend to nbconvert. Only exposes configuration support (via nested dictionaries) for the REST API.
Exposes both web and REST-JSON frontends (on / and /api/convert respectively)
Install with pip: pip install git+https://github.com/agoose77/nbconvert_remote.git#egg=nbconvert_http
Usage
Web
- Launch from shell
nbconvert-http. - Navigate to
/on the appropriate address (host, port), default(0.0.0.0, 8000). Note, the web interface uses a custom LaTeX template for LaTeX derived exporters, in order to support citations. Defining a cell with the tagbibliographywill cause the cell to be hidden, and its contents passed to LaTeX as a bib file.
## REST - Send JSON object to
/api/convertwith the format{'notebook': ..., 'exporter': ...}. Optionally pass'config'key to set configuration data (see nbconvert). - Parse JSON response with the format
{'body': ..., 'resources': ..., 'mime-type': ...}wherebodywill be a Base-64 encoded string if the result of nbconvert was bytes.
Owner
- Name: Angus Hollands
- Login: agoose77
- Kind: user
- Location: United Kingdom
- Company: 2i2c
- Twitter: agoose77
- Repositories: 230
- Profile: https://github.com/agoose77
Open Source Infrastructure Engineer @ 2i2c. Executable Books core team member. PhD in Nuclear Physics from the University of Birmingham.
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0