Contains the spec file and python script to generate an executable for Jupyter notebook.
Follow the instructions at: https://medium.com/@m.mitchell_35295/jupyter-notebook-pyinstaller-4cb3482609aa
Please contact [email protected] or [email protected] with any questions relating to this project.
- Python 3.6 or greater
- pipenv is required, can be installed with pip install pipenv
- virtualenv == 16.2.0
Based on your operating system, please run either of the following:
set PIPENV_VENV_IN_PROJECT=1
pipenv install
pipenv shell
build_win_exe.bat
export PIPENV_VENV_IN_PROJECT=1
pipenv install
pipenv shell
build_linux.sh
You will now have an executable in dist/jupyter_notebook_new to run jupyter notebook.