Upload notebooks to a notebooksharing.space instance
Project description
nbss-upload
Upload notebooks (Jupyter, Rmd, etc) to a NotebookSharing.space instance.
Installation
nbss-upload
is available on PyPI, and can be installed with pip
.
pip install nbss-upload
Usage
Simply call it with the path to the notebook you want to upload.
$ nbss-upload test.ipynb
https://notebooksharing.space/view/04ab7ab45c2f08628eba9cb8fe5fb9a63f5961d5dfce622b9e26974ddc138916
This will upload the notebook and return the URL you can use to share it with others.
By default, only users who you share the URL with can access the notebook - it will not be visible to search engines. Annotations will also be turned off by default to help fight abuse.
You can enable annotations via hypothes.is
by passing --enable-annotations
or -a
.
The notebook can be made discoverable to search engines by passing --enable-discvery
or -d
.
All notebook formats supported by notebooksharing.space - .ipynb
, .rmd
, .html
are supported.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for nbss_upload-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12cbae7aa39e84dc58deba8b3977ce22aaeb404d3d9a38d4ccd4606ad076a97c |
|
MD5 | 6877632b51e6f26cb831cc767f0a751a |
|
BLAKE2b-256 | 9dc88b9c9598268e6f3a672df9b5d7708e98cd9cb2a7b9537ae0da1b7b7ff920 |