[Bug 249936] www/py-notebook: not working in jail, "Kernel starting, please wait..."
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Sep 27 22:08:54 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249936
--- Comment #3 from Danilo G. Baio <dbaio at freebsd.org> ---
Make a test, remove that config and start it directly (from jupyter homedir).
// Use the IP address from your lan
$ jupyter notebook --ip=192.168.15.231
[I 18:53:06.714 NotebookApp] Serving notebooks from local directory:
/usr/home/notebook
[I 18:53:06.714 NotebookApp] Jupyter Notebook 6.1.4 is running at:
[I 18:53:06.714 NotebookApp]
http://192.168.15.231:8888/?token=7f91b4e60e6afead5020e4a9c40228598bb08afa5c32d2e7
[I 18:53:06.714 NotebookApp] or
http://127.0.0.1:8888/?token=7f91b4e60e6afead5020e4a9c40228598bb08afa5c32d2e7
[I 18:53:06.714 NotebookApp] Use Control-C to stop this server and shut down
all kernels (twice to skip confirmation).
[W 18:53:06.718 NotebookApp] No web browser found: could not locate runnable
browser.
[C 18:53:06.718 NotebookApp]
To access the notebook, open this file in a browser:
file:///usr/home/notebook/.local/share/jupyter/runtime/nbserver-92277-open.html
Or copy and paste one of these URLs:
http://192.168.15.231:8888/?token=7f91b4e60e6afead5020e4a9c40228598bb08afa5c32d2e7
or
http://127.0.0.1:8888/?token=7f91b4e60e6afead5020e4a9c40228598bb08afa5c32d2e7
[I 18:53:24.928 NotebookApp] 302 GET
/?token=7f91b4e60e6afead5020e4a9c40228598bb08afa5c32d2e7 (192.168.X.X) 1.64ms
I've created a new jail and it seems fine.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-python
mailing list