Skip to content

dai-a/ipynb2html

Repository files navigation

ipynb2html

demo

os

macOS Mojave 10.14.5

env and run

env

PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install 3.9.4
pyenv global 3.9.4
pip3 install -U pip
pip3 install pyinstaller
pip3 install jupyter

run

pyinstaller ipynb2html.py
--onefile
--add-data "./data_tpl.py:."
--add-data "./py374/share/jupyter/nbconvert/templates/classic:./templates/classic"
--add-data "./py374/share/jupyter/nbconvert/templates/base/:./templates/base" or pyinstaller ipynb2html_add_py.py --onefile

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published