Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"404 : Not Found" when launching jupyter lab in Windows 10 #7376

Open
chrisluedtke opened this issue Oct 16, 2019 · 1 comment
Open

"404 : Not Found" when launching jupyter lab in Windows 10 #7376

chrisluedtke opened this issue Oct 16, 2019 · 1 comment

Comments

@chrisluedtke
Copy link

Description

When calling jupyer lab and navigating to the local port (in this case http://localhost:8889/lab, I get a "404 : Not Found; You are requesting a page that does not exist!" page. I can navigate to http://localhost:8889/tree just fine and use jupyter notebooks, but the lab route isn't working.

C:\Users\User_Name>jupyter lab
[I 10:20:55.917 LabApp] JupyterLab extension loaded from C:\Users\User_Name\Anaconda3\lib\site-packages\jupyterlab
[I 10:20:55.918 LabApp] JupyterLab application directory is C:\Users\User_Name\Anaconda3\share\jupyter\lab
[I 10:20:56.009 LabApp] [Jupytext Server Extension] Changing NotebookApp.contents_manager_class from LargeFileManager to jupytext.TextFileContentsManager
[I 10:20:56.016 LabApp] The port 8888 is already in use, trying another port.
[I 10:20:56.018 LabApp] Serving notebooks from local directory: C:\Users\User_Name
[I 10:20:56.018 LabApp] The Jupyter Notebook is running at:
[I 10:20:56.018 LabApp] http://localhost:8889/?token=4ab97d9394e9ad2a135e9b396786b9e09905fa15377d282d
[I 10:20:56.019 LabApp]  or http://127.0.0.1:8889/?token=4ab97d9394e9ad2a135e9b396786b9e09905fa15377d282d
[I 10:20:56.019 LabApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 10:20:56.029 LabApp]

    To access the notebook, open this file in a browser:
        file:///C:/Users/User_Name/AppData/Roaming/jupyter/runtime/nbserver-13912-open.html
    Or copy and paste one of these URLs:
        http://localhost:8889/?token=4ab97d9394e9ad2a135e9b396786b9e09905fa15377d282d
     or http://127.0.0.1:8889/?token=4ab97d9394e9ad2a135e9b396786b9e09905fa15377d282d
[W 10:20:57.905 LabApp] 404 GET /lab?token=4ab97d9394e9ad2a135e9b396786b9e09905fa15377d282d (::1) 310.00ms referer=None

Context

I have followed a couple suggestions from related issues, namely:
jupyter serverextension enable --py jupyterlab --sys-prefix
jupyter serverextension enable --py jupyterlab --user
conda install -c conda-forge nodejs

  • Operating System and version: Windows 10 Pro 1903
  • Browser and version: Chrome Version 77.0.3865.120 (Official Build) (64-bit)
  • JupyterLab version: jupyterlab 1.1.4
Troubleshoot Output
$PATH:
        C:\Users\User_Name\Anaconda3\Library\bin
        C:\ProgramData\DockerDesktop\version-bin
        C:\Program Files\Docker\Docker\Resources\bin
        C:\Program Files (x86)\Intel\iCLS Client\
        C:\Program Files\Intel\iCLS Client\
        C:\WINDOWS\system32
        C:\WINDOWS
        C:\WINDOWS\System32\Wbem
        C:\WINDOWS\System32\WindowsPowerShell\v1.0\
        C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL
        C:\Program Files\Intel\Intel(R) Management Engine Components\DAL
        C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT
        C:\Program Files\Intel\Intel(R) Management Engine Components\IPT
        C:\Program Files\Git\cmd
        C:\Users\User_Name\Anaconda3
        C:\Users\User_Name\Anaconda3\Scripts
    C:\WINDOWS\System32\OpenSSH\
    C:\Program Files\Mu\bin
    C:\Program Files\PuTTY\
    C:\Program Files\Microsoft VS Code\bin
    C:\ProgramData\chocolatey\bin
    C:\Program Files\Intel\WiFi\bin\
    C:\Program Files\Common Files\Intel\WirelessCommon\
    C:\Users\User_Name\AppData\Local\Microsoft\WindowsApps
    C:\Program Files\Microsoft VS Code\bin
    C:\Users\User_Name\AppData\Local\GitHubDesktop\bin
    C:\Users\User_Name\AppData\Local\atom\bin
    C:\Program Files\RStudio\bin
    C:\Program Files\RStudio\bin\x64
    C:\Program Files\Microsoft\R Open\bin
    C:\Program Files\Microsoft\R Open\bin\x64

    C:\Users\User_Name\AppData\Local\Microsoft\WindowsApps
    C:\Program Files\heroku\bin

sys.path:
C:\Users\User_Name\Anaconda3\Scripts
C:\Users\User_Name\Anaconda3\python36.zip
C:\Users\User_Name\Anaconda3\DLLs
C:\Users\User_Name\Anaconda3\lib
C:\Users\User_Name\Anaconda3
C:\Users\User_Name\AppData\Roaming\Python\Python36\site-packages
C:\Users\User_Name\Anaconda3\lib\site-packages
C:\Users\User_Name\Anaconda3\lib\site-packages\win32
C:\Users\User_Name\Anaconda3\lib\site-packages\win32\lib
C:\Users\User_Name\Anaconda3\lib\site-packages\Pythonwin
C:\Users\User_Name\Anaconda3\lib\site-packages\rpy2-2.9.1-py3.6-win-amd64.egg

sys.executable:
C:\Users\User_Name\Anaconda3\python.exe

sys.version:
3.6.8 |Anaconda, Inc.| (default, Feb 21 2019, 18:30:04) [MSC v.1916 64 bit (AMD64)]

platform.platform():
Windows-10-10.0.18362-SP0

where jupyter:
C:\Users\User_Name\Anaconda3\Scripts\jupyter.exe

pip list:
Package Version
----------------------------- -----------
absl-py 0.8.0
altair 3.2.0
anaconda-client 1.7.2
anaconda-navigator 1.9.7
aot-client 2.1.0
appdirs 1.4.3
asn1crypto 1.0.1
astor 0.8.0
attrs 19.2.0
autograd 1.2
Babel 2.7.0
backcall 0.1.0
backports.functools-lru-cache 1.5
backports.tempfile 1.0
backports.weakref 1.0.post1
bcrypt 3.1.4
beautifulsoup4 4.8.0
black 18.9b0
bleach 3.1.0
blinker 1.4
boto3 1.9.239
botocore 1.12.239
branca 0.3.1
bs4 0.0.1
cached-property 1.5.1
Cartopy 0.17.0
category-encoders 1.3.0
certifi 2019.9.11
cffi 1.12.3
chardet 3.0.4
Click 7.0
click-plugins 1.1.1
cligj 0.5.0
cloudpickle 1.2.2
clued 0.1
clyent 1.2.2
coala-utils 0.5.1
colorama 0.4.1
colour 0.1.5
comtypes 1.1.7
conda 4.7.12
conda-build 3.4.1
conda-package-handling 1.6.0
conda-verify 3.4.2
configparser 3.5.0
cryptography 2.7
cycler 0.10.0
cytoolz 0.10.0
dask 2.5.2
databricks-cli 0.8.2
deap 1.2.2
decorator 4.4.0
defusedxml 0.6.0
descartes 1.1.0
Django 2.0.6
django-widget-tweaks 1.4.2
docker-pycreds 0.4.0
docopt 0.6.2
doit 0.31.1
eli5 0.8.1
emoji-data-python 1.1.0
entrypoints 0.3
filelock 3.0.12
Fiona 1.7.10
flake8 3.7.7
folium 0.7.0
future 0.17.1
fuzzywuzzy 0.16.0
gast 0.3.2
GDAL 2.2.2
gensim 3.7.2
geographiclib 1.49
geojson 2.4.1
geojsoncontour 0.3.0
geopandas 0.6.1
geopy 1.18.1
gitdb2 2.0.3
GitPython 2.1.8
glob2 0.7
google-images-download 2.7.1
graphviz 0.8.4
grpcio 1.16.1
h5py 2.7.1
hdbscan 0.8.22
idna 2.8
imageio 2.6.0
instagram-scraper 1.5.41
ipykernel 5.1.2
ipython 7.8.0
ipython-genutils 0.2.0
jedi 0.15.1
Jinja2 2.10.3
jmespath 0.9.4
joblib 0.13.2
json5 0.8.5
jsonschema 3.0.2
jupyter-client 5.3.4
jupyter-core 4.6.0
jupyterlab 1.1.4
jupyterlab-launcher 0.13.1
jupyterlab-server 1.0.6
jupytext 1.0.0
kaggle 1.5.3
Keras 2.2.4
Keras-Applications 1.0.8
Keras-Preprocessing 1.1.0
kiwisolver 1.1.0
lifelines 0.19.4
Logbook 1.5.2
lxml 4.4.1
Mako 1.1.0
Markdown 3.1.1
MarkupSafe 1.1.1
matplotlib 3.0.2
mccabe 0.6.1
meetup-api 0.1.1
menuinst 1.4.16
mistune 0.8.4
mlxtend 0.13.0
mock 3.0.5
munch 2.3.2
natsort 6.0.0
nbconvert 5.6.0
nbformat 4.4.0
networkx 2.3
Nikola 8.0.2
notebook 6.0.1
numpy 1.15.2
oauthlib 3.1.0
olefile 0.46
openpyxl 2.2.5
osmnx 0.10
OWSLib 0.18.0
pandas 0.24.0
pandocfilters 1.4.2
paramiko 2.4.2
parso 0.5.1
patsy 0.5.1
PDPbox 0.2.0
pickleshare 0.7.5
piexif 1.1.3
Pillow 6.2.0
pip 19.2.3
pipenv 2018.11.26
pkginfo 1.5.0.1
prometheus-client 0.7.1
prompt-toolkit 2.0.10
protobuf 3.9.2
protobuf3-to-dict 0.1.5
psutil 5.6.3
pyasn1 0.4.4
pycodestyle 2.5.0
pycosat 0.6.3
pycparser 2.19
pyepsg 0.4.0
pyflakes 2.1.1
Pygments 2.4.2
pykdtree 1.3.1
PyNaCl 1.3.0
pyOpenSSL 19.0.0
pyparsing 2.4.2
PyPDF2 1.26.0
pyproj 1.9.5.1
pyrsistent 0.15.4
PyRSS2Gen 1.1
pysftp 0.2.9
pyshp 2.1.0
PySocks 1.7.1
python-barcode 0.9.0
python-dateutil 2.8.0
python-dotenv 0.10.1
python-slugify 2.0.1
pytz 2019.3
PyWavelets 1.0.3
pywin32 225
pywinpty 0.5.5
PyYAML 5.1.2
pyzmq 18.1.0
QtPy 1.9.0
requests 2.22.0
requests-file 1.4.3
requests-oauthlib 1.2.0
rpy2 2.9.1
Rtree 0.8.3
ruamel-yaml 0.15.46
s3transfer 0.2.0
schedule 0.5.0
scikit-image 0.15.0
scikit-learn 0.20.1
scipy 1.1.0
seaborn 0.9.0
selenium 3.141.0
selenium-requests 1.3
Send2Trash 1.5.0
setuptools 41.4.0
Shapely 1.6.4.post1
simple-salesforce 0.72.2
singledispatch 3.4.0.3
six 1.12.0
smart-open 1.8.3
smmap2 2.0.3
soupsieve 1.9.3
statsmodels 0.9.0
stopit 1.1.2
StyleFrame 1.6.2
svgwrite 1.2.1
tabulate 0.8.3
tensorboard 1.13.1
tensorflow 1.13.1
tensorflow-estimator 1.13.0
tensorflow-hub 0.4.0
termcolor 1.1.0
terminado 0.8.2
testfixtures 6.10.0
testpath 0.4.2
tldextract 2.2.0
toml 0.10.0
toolz 0.10.0
tornado 6.0.3
TPOT 0.10.1
tqdm 4.36.1
traitlets 4.3.3
tweepy 3.8.0
twitterscraper 0.9.3
typing 3.6.4
Unidecode 1.0.23
update-checker 0.16
urllib3 1.24.2
vincent 0.4.4
virtualenv 16.0.0
virtualenv-clone 0.3.0
wcwidth 0.1.7
webencodings 0.5.1
Werkzeug 0.16.0
wheel 0.33.6
win-inet-pton 1.1.0
wincertstore 0.2
xarray 0.12.1
xgboost 0.82
xlrd 1.0.0
xlwings 0.15.1
Yapsy 1.12.2

conda list:
# packages in environment at C:\Users\User_Name\Anaconda3:
#
# Name Version Build Channel
_r-mutex 1.0.0 mro_2
_tflow_select 2.2.0 eigen
absl-py 0.8.0 py36_0
altair 3.2.0 py36_0
anaconda-client 1.7.2 py36_0
anaconda-navigator 1.9.7 py36_0
aot-client 2.1.0 pypi_0 pypi
appdirs 1.4.3 pypi_0 pypi
asn1crypto 1.0.1 py36_0
astor 0.8.0 py36_0
attrs 19.2.0 py_0
autograd 1.2 pypi_0 pypi
babel 2.7.0 pypi_0 pypi
backcall 0.1.0 py36_0
backports 1.0 py_2
backports.functools_lru_cache 1.5 py_2
backports.tempfile 1.0 py_1
backports.weakref 1.0.post1 py_1
bcrypt 3.1.4 pypi_0 pypi
beautifulsoup4 4.8.0 py36_0
black 18.9b0 pypi_0 pypi
blas 1.0 mkl
bleach 3.1.0 py36_0
blinker 1.4 pypi_0 pypi
boto3 1.9.239 pypi_0 pypi
botocore 1.12.239 pypi_0 pypi
branca 0.3.1 py_0 conda-forge
bs4 0.0.1 pypi_0 pypi
ca-certificates 2019.9.11 hecc5488_0 conda-forge
cached-property 1.5.1 pypi_0 pypi
cartopy 0.17.0 py36hdc29d4d_1000 conda-forge
category_encoders 1.3.0 py_0 conda-forge
certifi 2019.9.11 py36_0 conda-forge
cffi 1.12.3 py36h7a1dbc1_0
chardet 3.0.4 py36_1003
click 7.0 py36_0
click-plugins 1.1.1 py_0
cligj 0.5.0 py36_0
cloudpickle 1.2.2 py_0
clued 0.1 pypi_0 pypi
clyent 1.2.2 py36_1
coala-utils 0.5.1 pypi_0 pypi
colorama 0.4.1 py36_0
colour 0.1.5 pypi_0 pypi
comtypes 1.1.7 py36_0
conda 4.7.12 py36_0 conda-forge
conda-build 3.4.1 py36_0
conda-package-handling 1.6.0 py36h62dcd97_0
conda-verify 3.4.2 py_1
configparser 3.5.0 pypi_0 pypi
console_shortcut 0.1.1 h6bb2dd7_3
cryptography 2.7 py36h7a1dbc1_0
curl 7.65.3 h2a8f88b_0
cycler 0.10.0 py36h009560c_0
cytoolz 0.10.0 py36he774522_0
dask-core 2.5.2 py_0
databricks-cli 0.8.2 pypi_0 pypi
deap 1.2.2 pypi_0 pypi
decorator 4.4.0 py36_1
defusedxml 0.6.0 py_0
descartes 1.1.0 py_3
django 2.0.6 pypi_0 pypi
django-widget-tweaks 1.4.2 pypi_0 pypi
docker-pycreds 0.4.0 pypi_0 pypi
docopt 0.6.2 pypi_0 pypi
doit 0.31.1 pypi_0 pypi
eli5 0.8.1 py_0 conda-forge
emoji-data-python 1.1.0 pypi_0 pypi
entrypoints 0.3 py36_0
expat 2.2.5 he025d50_0
filelock 3.0.12 py_0
fiona 1.7.10 py36h5bf8d1d_0
flake8 3.7.7 py36_0
folium 0.7.0 py_0 conda-forge
freetype 2.9.1 ha9979f8_1
freexl 1.0.5 hfa6e2cd_0
future 0.17.1 pypi_0 pypi
fuzzywuzzy 0.16.0 pypi_0 pypi
gast 0.3.2 py_0
gdal 2.2.2 py36hcebd033_1
gensim 3.7.2 pypi_0 pypi
geographiclib 1.49 py_0 conda-forge
geojson 2.4.1 pypi_0 pypi
geojsoncontour 0.3.0 pypi_0 pypi
geopandas 0.6.1 py_0 conda-forge
geopy 1.18.1 py_0 conda-forge
geos 3.6.2 h9ef7328_2
gitdb2 2.0.3 pypi_0 pypi
gitpython 2.1.8 pypi_0 pypi
glob2 0.7 py_0
google-images-download 2.7.1 pypi_0 pypi
graphviz 2.38.0 4 anaconda
grpcio 1.16.1 py36h351948d_1
h5py 2.7.1 py36he54a1c3_0
hdbscan 0.8.22 py36h452e1ab_1 conda-forge
hdf4 4.2.13 h712560f_2
hdf5 1.10.1 h98b8871_1
icc_rt 2019.0.0 h0cc432a_1
icu 58.2 ha66f8fd_1
idna 2.8 py36_0
imageio 2.6.0 py36_0
instagram-scraper 1.5.41 pypi_0 pypi
intel-openmp 2019.4 245
ipykernel 5.1.1 pypi_0 pypi
ipython 7.8.0 py36h39e3cac_0
ipython_genutils 0.2.0 py36h3c5d0ee_0
jedi 0.15.1 py36_0
jinja2 2.10.3 py_0
jmespath 0.9.4 pypi_0 pypi
joblib 0.13.2 pypi_0 pypi
jpeg 9b hb83a4c4_2
json5 0.8.5 py_0
jsonschema 3.0.2 py36_0
jupyter_client 5.3.4 py36_0
jupyter_core 4.6.0 py36_0
jupyterlab 1.1.4 py_0 conda-forge
jupyterlab_launcher 0.13.1 py36_0
jupyterlab_server 1.0.6 py_0
jupytext 1.0.0 0 conda-forge
kaggle 1.5.3 pypi_0 pypi
kealib 1.4.7 ha5b336b_5
keras 2.2.4 0
keras-applications 1.0.8 py_0
keras-base 2.2.4 py36_0
keras-preprocessing 1.1.0 py_1
kiwisolver 1.0.1 pypi_0 pypi
krb5 1.16.1 hc04afaa_7
libboost 1.67.0 hd9e427e_4
libcurl 7.65.3 h2a8f88b_0
libgdal 2.2.2 h2727f2b_1
libiconv 1.15 h1df5818_7
libkml 1.3.0 he5f2a48_4
libnetcdf 4.4.1.1 h825a56a_8
libpng 1.6.37 h2a8f88b_0
libpq 11.2 h3235a2c_0
libprotobuf 3.9.2 h7bd577a_0
libsodium 1.0.16 h9d3ae62_0
libspatialindex 1.8.5 h6538335_2
libspatialite 4.3.0a h383548d_18
libssh2 1.8.2 h7a1dbc1_0
libtiff 4.0.10 hb898794_2
libxml2 2.9.9 h464c3ec_0
libxslt 1.1.33 h579f668_0
lifelines 0.19.4 pypi_0 pypi
logbook 1.5.2 pypi_0 pypi
lxml 4.4.1 py36h1350720_0
m2w64-gcc-libgfortran 5.3.0 6
m2w64-gcc-libs 5.3.0 7
m2w64-gcc-libs-core 5.3.0 7
m2w64-gmp 6.1.0 2
m2w64-libwinpthread-git 5.0.0.4634.697f757 2
mako 1.1.0 pypi_0 pypi
markdown 2.6.11 pypi_0 pypi
markupsafe 1.1.1 py36he774522_0
matplotlib 3.0.0 pypi_0 pypi
mccabe 0.6.1 py36_1
meetup-api 0.1.1 pypi_0 pypi
menuinst 1.4.16 py36he774522_0
mistune 0.8.4 py36he774522_0
mkl 2018.0.3 1
mlxtend 0.13.0 py_1 conda-forge
mock 3.0.5 py36_0
mro-base 3.5.1 3
mro-base_impl 3.5.1 0
msys2-conda-epoch 20160418 1
munch 2.3.2 py36_0
natsort 6.0.0 pypi_0 pypi
nbconvert 5.6.0 py36_1
nbformat 4.4.0 py36h3a5bc1b_0
networkx 2.3 py_0
nikola 8.0.2 pypi_0 pypi
nodejs 12.11.1 0 conda-forge
notebook 6.0.1 py36_0
numpy 1.15.2 pypi_0 pypi
oauthlib 3.1.0 pypi_0 pypi
olefile 0.46 py36_0
openjpeg 2.3.0 h5ec785f_1
openpyxl 2.2.5 pypi_0 pypi
openssl 1.1.1c hfa6e2cd_0 conda-forge
osmnx 0.10 py_1 conda-forge
owslib 0.18.0 py_0
pandas 0.23.4 pypi_0 pypi
pandoc 2.2.3.2 0
pandocfilters 1.4.2 py36_1
paramiko 2.4.2 pypi_0 pypi
parso 0.5.1 py_0
patsy 0.5.1 py36_0
pdpbox 0.2.0 pypi_0 pypi
pickleshare 0.7.5 py36_0
piexif 1.1.3 pypi_0 pypi
pillow 6.2.0 py36hdc69c19_0
pip 19.1.1 pypi_0 pypi
pipenv 2018.11.26 pypi_0 pypi
pkginfo 1.5.0.1 py36_0
proj4 4.9.3 hcf24537_7
prometheus_client 0.7.1 py_0
prompt_toolkit 2.0.10 py_0
protobuf 3.9.2 py36h33f27b4_0
protobuf3-to-dict 0.1.5 pypi_0 pypi
psutil 5.6.3 py36he774522_0
pyasn1 0.4.4 pypi_0 pypi
pycodestyle 2.5.0 py36_0
pycosat 0.6.3 py36hfa6e2cd_0
pycparser 2.19 py36_0
pyepsg 0.4.0 py36_0
pyflakes 2.1.1 py36_0
pygments 2.4.2 py_0
pykdtree 1.3.1 py36h8c2d366_2
pynacl 1.3.0 pypi_0 pypi
pyopenssl 19.0.0 py36_0
pyparsing 2.2.2 pypi_0 pypi
pypdf2 1.26.0 py36_1 conda-forge
pyproj 1.9.5.1 py36haf3c679_1006 conda-forge
pyqt 5.9.2 py36h6538335_2
pyrsistent 0.15.4 py36he774522_0
pyrss2gen 1.1 pypi_0 pypi
pysftp 0.2.9 pypi_0 pypi
pyshp 2.0.1 pypi_0 pypi
pysocks 1.7.1 py36_0
python 3.6.8 h9f7ef89_7
python-barcode 0.9.0 pypi_0 pypi
python-dateutil 2.7.3 pypi_0 pypi
python-dotenv 0.10.1 pypi_0 pypi
python-graphviz 0.8.4 py36_1
python-slugify 2.0.1 pypi_0 pypi
pytz 2018.5 pypi_0 pypi
pywavelets 1.0.3 py36h8c2d366_1
pywin32 225 pypi_0 pypi
pywinpty 0.5.5 py36_1000
pyyaml 5.1.2 py36he774522_0
pyzmq 18.1.0 py36ha925a31_0
qt 5.9.7 vc14h73c81de_0
qtpy 1.9.0 py_0
r-assertthat 0.2.0 mro351_0
r-bh 1.66.0_1 mro351hf348343_0
r-bindr 0.1.1 mro351_0
r-bindrcpp 0.2.2 mro351_0
r-bit 1.1_14 mro351_0
r-bit64 0.9_7 mro351_0
r-blob 1.1.1 mro351_0
r-cli 1.0.0 mro351_0
r-crayon 1.3.4 mro351_0
r-dbi 1.0.0 mro351hf348343_0
r-dbplyr 1.2.2 mro351_0
r-digest 0.6.15 mro351_0
r-dplyr 0.7.6 mro351_0
r-fansi 0.2.3 mro351_0
r-glue 1.3.0 mro351_0
r-magrittr 1.5 mro351_0
r-memoise 1.1.0 mro351_0
r-pillar 1.3.0 mro351_0
r-pkgconfig 2.0.1 mro351_0
r-plogr 0.2.0 mro351_0
r-prettyunits 1.0.2 mro351_0
r-purrr 0.2.5 mro351_0
r-r6 2.2.2 mro351hf348343_0
r-rcpp 0.12.18 mro351hf348343_0
r-revoutils 11.0.0 mro351_0
r-revoutilsmath 11.0.0 mro351_0
r-rlang 0.2.1 mro351_0
r-rsqlite 2.1.1 mro351hf348343_0
r-tibble 1.4.2 mro351_0
r-tidyselect 0.2.4 mro351_0
r-utf8 1.1.4 mro351_0
requests 2.20.1 pypi_0 pypi
requests-file 1.4.3 pypi_0 pypi
requests-oauthlib 1.2.0 pypi_0 pypi
rpy2 2.9.1 pypi_0 pypi
rtree 0.8.3 py36_0
ruamel_yaml 0.15.46 py36hfa6e2cd_0
s3transfer 0.2.0 pypi_0 pypi
schedule 0.5.0 pypi_0 pypi
scikit-image 0.15.0 py36ha925a31_0
scikit-learn 0.20.1 py36hb854c30_0
scipy 1.1.0 pypi_0 pypi
seaborn 0.9.0 pypi_0 pypi
selenium 3.141.0 py36he774522_0
selenium-requests 1.3 pypi_0 pypi
send2trash 1.5.0 py36_0
setuptools 40.4.3 pypi_0 pypi
shapely 1.6.4 py36hc90234e_0
simple-salesforce 0.72.2 py36_0 conda-forge
singledispatch 3.4.0.3 py36h17d0c80_0
sip 4.19.8 py36h6538335_0
six 1.12.0 py36_0
smart-open 1.8.3 pypi_0 pypi
smmap2 2.0.3 pypi_0 pypi
soupsieve 1.9.3 py36_0
sqlite 3.30.0 he774522_0
statsmodels 0.9.0 py36h452e1ab_0
stopit 1.1.2 pypi_0 pypi
styleframe 1.6.2 pypi_0 pypi
svgwrite 1.2.1 pypi_0 pypi
tabulate 0.8.2 pypi_0 pypi
tensorboard 1.13.1 py36h33f27b4_0
tensorflow 1.13.1 eigen_py36hf0a88a9_0
tensorflow-base 1.13.1 eigen_py36hf8af7b3_0
tensorflow-estimator 1.13.0 py_0
tensorflow-hub 0.4.0 pypi_0 pypi
termcolor 1.1.0 py36_1
terminado 0.8.2 py36_0
testfixtures 6.10.0 py_0
testpath 0.4.2 py36_0
tk 8.6.8 hfa6e2cd_0
tldextract 2.2.0 pypi_0 pypi
toml 0.10.0 pypi_0 pypi
toolz 0.10.0 py_0
tornado 6.0.3 py36he774522_0
tpot 0.10.1 pypi_0 pypi
tqdm 4.31.1 pypi_0 pypi
traitlets 4.3.3 py36_0
tweepy 3.8.0 pypi_0 pypi
twitterscraper 0.9.3 pypi_0 pypi
typing 3.6.4 py36_0
unidecode 1.0.23 pypi_0 pypi
update-checker 0.16 pypi_0 pypi
urllib3 1.24.2 py36_0
vc 14.1 h0510ff6_4
vincent 0.4.4 py_1 conda-forge
virtualenv 16.0.0 pypi_0 pypi
virtualenv-clone 0.3.0 pypi_0 pypi
vs2015_runtime 14.16.27012 hf0eaf9b_0
wcwidth 0.1.7 py36h3d5aa90_0
webencodings 0.5.1 py36_1
werkzeug 0.16.0 py_0
wheel 0.33.6 py36_0
win_inet_pton 1.1.0 py36_0
wincertstore 0.2 py36h7fe50ca_0
winpty 0.4.3 4
xarray 0.12.1 pypi_0 pypi
xerces-c 3.2.2 ha925a31_0
xgboost 0.82 pypi_0 pypi
xlrd 1.0.0 pypi_0 pypi
xlwings 0.15.1 py36_0
xz 5.2.4 h2fa13f4_4
yaml 0.1.7 hc54c509_2
yapsy 1.12.2 pypi_0 pypi
zeromq 4.3.1 h33f27b4_3
zlib 1.2.11 h62dcd97_3
zstd 1.3.7 h508b16e_0

Command Line Output
C:\Users\User_Name>jupyter lab --debug
[D 10:34:32.018 LabApp] Searching ['C:\\Users\\User_Name', 'C:\\Users\\User_Name\\.jupyter', 'C:\\Users\\User_Name\\Anaconda3\\etc\\jupyter', 'C:\\ProgramData\\jupyter'] for config files
[D 10:34:32.019 LabApp] Looking for jupyter_config in C:\ProgramData\jupyter
[D 10:34:32.021 LabApp] Looking for jupyter_config in C:\Users\User_Name\Anaconda3\etc\jupyter
[D 10:34:32.024 LabApp] Looking for jupyter_config in C:\Users\User_Name\.jupyter
[D 10:34:32.026 LabApp] Looking for jupyter_config in C:\Users\User_Name
[D 10:34:32.027 LabApp] Looking for jupyter_notebook_config in C:\ProgramData\jupyter
[D 10:34:32.028 LabApp] Looking for jupyter_notebook_config in C:\Users\User_Name\Anaconda3\etc\jupyter
[D 10:34:32.030 LabApp] Loaded config file: C:\Users\User_Name\Anaconda3\etc\jupyter\jupyter_notebook_config.json
[D 10:34:32.031 LabApp] Looking for jupyter_notebook_config in C:\Users\User_Name\.jupyter
[D 10:34:32.040 LabApp] Loaded config file: C:\Users\User_Name\.jupyter\jupyter_notebook_config.py
[D 10:34:32.043 LabApp] Loaded config file: C:\Users\User_Name\.jupyter\jupyter_notebook_config.json
[D 10:34:32.044 LabApp] Looking for jupyter_notebook_config in C:\Users\User_Name
[D 10:34:32.052 LabApp] Paths used for configuration of jupyter_notebook_config:
        C:\ProgramData\jupyter\jupyter_notebook_config.json
[D 10:34:32.054 LabApp] Paths used for configuration of jupyter_notebook_config:
        C:\Users\User_Name\Anaconda3\etc\jupyter\jupyter_notebook_config.d\jupyterlab.json
        C:\Users\User_Name\Anaconda3\etc\jupyter\jupyter_notebook_config.d\jupytext.json
        C:\Users\User_Name\Anaconda3\etc\jupyter\jupyter_notebook_config.json
[D 10:34:32.061 LabApp] Paths used for configuration of jupyter_notebook_config:
        C:\Users\User_Name\.jupyter\jupyter_notebook_config.json
[I 10:34:32.760 LabApp] JupyterLab extension loaded from C:\Users\User_Name\Anaconda3\lib\site-packages\jupyterlab
[I 10:34:32.760 LabApp] JupyterLab application directory is C:\Users\User_Name\Anaconda3\share\jupyter\lab
[I 10:34:32.883 LabApp] [Jupytext Server Extension] Changing NotebookApp.contents_manager_class from LargeFileManager to jupytext.TextFileContentsManager
[I 10:34:32.892 LabApp] The port 8888 is already in use, trying another port.
[I 10:34:32.895 LabApp] Serving notebooks from local directory: C:\Users\User_Name
[I 10:34:32.895 LabApp] The Jupyter Notebook is running at:
[I 10:34:32.895 LabApp] http://localhost:8889/?token=dfdc54f19a3d8d06f1eae0f50ffa15f45d7027e8c0e3df00
[I 10:34:32.896 LabApp]  or http://127.0.0.1:8889/?token=dfdc54f19a3d8d06f1eae0f50ffa15f45d7027e8c0e3df00
[I 10:34:32.896 LabApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 10:34:32.917 LabApp]
To access the notebook, open this file in a browser:
    file:///C:/Users/User_Name/AppData/Roaming/jupyter/runtime/nbserver-7916-open.html
Or copy and paste one of these URLs:
    http://localhost:8889/?token=dfdc54f19a3d8d06f1eae0f50ffa15f45d7027e8c0e3df00
 or http://127.0.0.1:8889/?token=dfdc54f19a3d8d06f1eae0f50ffa15f45d7027e8c0e3df00

[D 10:34:34.435 LabApp] Accepting token-authenticated connection from ::1
[D 10:34:34.441 LabApp] Using contents: services/contents
[D 10:34:34.527 LabApp] Path base/images/favicon.ico served from C:\Users\User_Name\Anaconda3\lib\site-packages\notebook\static\base\images\favicon.ico
[D 10:34:34.535 LabApp] Path components/jquery-ui/themes/smoothness/jquery-ui.min.css served from C:\Users\User_Name\Anaconda3\lib\site-packages\notebook\static\components\jquery-ui\themes\smoothness\jquery-ui.min.css
[D 10:34:34.547 LabApp] Path components/jquery-typeahead/dist/jquery.typeahead.min.css served from C:\Users\User_Name\Anaconda3\lib\site-packages\notebook\static\components\jquery-typeahead\dist\jquery.typeahead.min.css
[D 10:34:34.551 LabApp] Path style/style.min.css served from C:\Users\User_Name\Anaconda3\lib\site-packages\notebook\static\style\style.min.css
[D 10:34:34.562 LabApp] Path components/es6-promise/promise.min.js served from C:\Users\User_Name\Anaconda3\lib\site-packages\notebook\static\components\es6-promise\promise.min.js
[D 10:34:34.565 LabApp] Path components/react/react.production.min.js served from C:\Users\User_Name\Anaconda3\lib\site-packages\notebook\static\components\react\react.production.min.js
[D 10:34:34.568 LabApp] Path components/react/react-dom.production.min.js served from C:\Users\User_Name\Anaconda3\lib\site-packages\notebook\static\components\react\react-dom.production.min.js
[D 10:34:34.710 LabApp] Path components/create-react-class/index.js served from C:\Users\User_Name\Anaconda3\lib\site-packages\notebook\static\components\create-react-class\index.js
[D 10:34:34.735 LabApp] Path components/requirejs/require.js served from C:\Users\User_Name\Anaconda3\lib\site-packages\notebook\static\components\requirejs\require.js
[D 10:34:34.764 LabApp] Path base/images/logo.png served from C:\Users\User_Name\Anaconda3\lib\site-packages\notebook\static\base\images\logo.png
[W 10:34:34.767 LabApp] 404 GET /lab?token=dfdc54f19a3d8d06f1eae0f50ffa15f45d7027e8c0e3df00 (::1) 332.00ms referer=None
[D 10:34:34.836 LabApp] Path custom.css served from C:\Users\User_Name\Anaconda3\lib\site-packages\notebook\static\custom\custom.css
[D 10:34:34.839 LabApp] 304 GET /custom/custom.css (::1) 5.00ms
[D 10:34:35.029 LabApp] Path components\jquery\jquery.min.js served from C:\Users\User_Name\Anaconda3\lib\site-packages\notebook\static\components\jquery\jquery.min.js
[D 10:34:35.123 LabApp] 200 GET /static/components/jquery/jquery.min.js?v=20191016103432 (::1) 97.00ms

@jasongrout
Copy link
Contributor

Is this still an issue?

@jasongrout jasongrout added this to the Reference milestone Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants