Meta-repository for collating innovationOUtside nb_extensions
and ipython_magics
.
Will also include generic howtos for creating Jupyter notebooks and IPython magics.
nb_extension_wordexport
: export notebook to Microsoft Word documentnb_extension_odszip
: save notebook.ipynb
and.html
versions in a zip file with .ods suffix.
Create zip file for pip install"
cd MY_EXTENSION_DIR; zip -r MY_EXTENSION.zip ./*
Note: this may zip unwanted hidden files.
Install from zipfile:
!pip3 install --upgrade --force-reinstall /PATH/TO/MY_EXTENSION.zip
- ipython_magic_tikz: IPython magic for rendering TikZ generated images
- ipython_magic_asymptote: IPython magic for rendering asymptote generated images