Create interactive screencasts inside Jupyter Notebook that anybody can play back.
Project description
General instructions for building for pip distribution
After changing setup.py
or any part of the Graffiti codebase, increase the version number in setup.py appropriately.
Then run the commands shown below to upgrade what's stored in pip
python3 setup.py prep_to_build npm_run_build sdist bdist_wheel
Uploading to the pypi test servers:
python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/* --verbose
Installing to a host in the cloud, from the test servers:
python3 -m pip install --index-url https://test.pypi.org/simple/ jupytergraffiti
Testing new installation on cloud host:
jupyter notebook —port=3001 —ip=127.0.0.1 —allow-root
Uploading to the pypi production servers:
python3 -m twine upload --repository-url https://pypi.org/legacy/ dist/* --verbose
General instructions for building for conda distribution
Coming soon...
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
jupytergraffiti-1.0.1.8.tar.gz
(162.3 kB
view hashes)
Built Distribution
Close
Hashes for jupytergraffiti-1.0.1.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3b2af11ae39ca458b380371092c8fc44fdf84845db7d86a5914b7b7a9dd8300 |
|
MD5 | 6f7fe5cb0de6a3ea103851fc6b456ec2 |
|
BLAKE2b-256 | 4feb8d9c0694096253fdb97834753b6969a492076938eb43745a5aee5113e9a0 |