-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Running "jupyter notebook" to try and run the overview notebook after activating the venv gives me an error:
(firedrake) firedrake@bf0146359d08:/home/hydrogym/notebooks$ jupyter notebook
[I 2022-05-30 22:23:18.342 LabApp] JupyterLab extension loaded from /home/firedrake/firedrake/lib/python3.8/site-packages/jupyterlab
[I 2022-05-30 22:23:18.343 LabApp] JupyterLab application directory is /home/firedrake/firedrake/share/jupyter/lab
[I 22:23:18.362 NotebookApp] Serving notebooks from local directory: /home/hydrogym/notebooks
[I 22:23:18.362 NotebookApp] Jupyter Notebook 6.4.11 is running at:
[I 22:23:18.362 NotebookApp] http://localhost:8888/?token=1d0557ea0bb002ed0f3e6332ad9339742affd4ec77abb3e8
[I 22:23:18.362 NotebookApp] or http://127.0.0.1:8888/?token=1d0557ea0bb002ed0f3e6332ad9339742affd4ec77abb3e8
[I 22:23:18.363 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[W 22:23:18.378 NotebookApp] No web browser found: could not locate runnable browser.
[C 22:23:18.379 NotebookApp]
To access the notebook, open this file in a browser:
file:///home/firedrake/.local/share/jupyter/runtime/nbserver-3742-open.html
Or copy and paste one of these URLs:
http://localhost:8888/?token=1d0557ea0bb002ed0f3e6332ad9339742affd4ec77abb3e8
or http://127.0.0.1:8888/?token=1d0557ea0bb002ed0f3e6332ad9339742affd4ec77abb3e8
then when trying to access the url, I am "unable to connect" (not sure if this is just a mac thing). I think this is to be expected when trying to run a Jupyter notebook on a Docker/virtual machine and then trying to access it locally since the docker file isn't exactly running locally (probably has it's own IP somewhere although I'm really not familiar with this sort of thing).
Not a priority type issue, but something I ran into as I'm trying to get more familiar to run a RL algorithm on here. I could try to work on it, but it's more of a "it would be nice to have this" if this were a polished product. For now it might just sidetrack from the main stuff, so I'll try to continue learning about the project another way (this thread may be promising for future reference: https://www.digitalocean.com/community/tutorials/how-to-install-run-connect-to-jupyter-notebook-on-remote-server).