Closed leroygr closed 10 months ago
I haven't tried it myself, but there is this: https://medium.com/@m.mitchell_35295/jupyter-notebook-pyinstaller-4cb3482609aa
Looking at the log, you've got two 404 errors getting .js files. Could that be the problem? Then you see the Kernel Restarter try 4 more times and I guess it quits then. I can't help you reconfiguring your spec file or app to fix it though. Sorry.
unfortunately not.
Did you forget to place #!/usr/bin/env python3
in the script?
Hii actually i also was struggling this issue but than i ended up solving this issue as follows:
Conda activate mp Jupyter notebook --allow-root
And it worked for me
Note: before doing all this i had to update and then upgrate the apt-get distribution
Hi all,
I'm struggling hard to get a jupyter notebook server running under PyInstaller. I can load the webpage but it fails when trying to load the kernel:
Here is my script
app.py
:and the
app.spec
I'm working in a virtualenv on Ubuntu 16.04. Here is my python environment:
Did anyone succeed to run jupyter notebook under PyInstaller? Any comment/help is more than welcome.
Thanks a lot, Greg