Closed MathewBiddle closed 3 years ago
It should not. It looks like it is trying to open an HTML. Did you try to copy-n-paste the URL?
See this part of the error:
To access the notebook, open this file in a browser: file:///C:/Users/Mathew.Biddle/AppData/Roaming/jupyter/runtime/nbserver-8672-open.html Or copy and paste one of these URLs: http://localhost:8892/?token=10fb2fd74a3d8310d3b1f648494a80a474166dc4a6929766 or http://127.0.0.1:8892/?token=10fb2fd74a3d8310d3b1f648494a80a474166dc4a6929766
http://localhost:8892/?token=... should be it, not the nbserver-8672-open.html.
Yeah, I've tried a copy paste with both of those URLs. Also in different browsers...
FWIW, I just tested a new environment build with the spec below and kicked off Jupyter without issues:
name: pythonProject
channels:
- conda-forge
- defaults
dependencies:
- python=3.8
- cfunits==3.2.9
- folium
- jupyter
- matplotlib
- xarray
- cartopy
- netcdf4
I'll keep tinkering and see if it fixes itself.
That is quite odd. I'll try to get a windows computer to test it later today. I cannot reproduce it on Linux.
I'm on a new machine and this all seems to be working again. Not sure what happened with that loaner. I tried multiple remove and install's and none of them worked w/ the IOOS env. All is good now.
That is odd but maybe you had a different version of conda or something... Conda-forge requires conda >=4.9 b/c of a recent virtual package bug.
I'm on a loaner machine so I had to go through, install conda, and recreate the IOOS python and r env. Everything seems to install correctly, but when I go to fire up the Jupyter Notebook, the browser sits on this screen and the wheel spins (I've clicked the link and tried different browsers, cleared cache, etc. nothing helps):
Here's the terminal when I fire up the notebook server:
I've been able to get Jupyter up and running in another env, just not the IOOS one...
I wonder if this has anything to do with this merged PR: https://github.com/ioos/notebooks_demos/pull/397. I noticed the addition of
jupyter_contrib_nbextensions
andjupyter_nbextensions_configurator
.