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

jupyter lab build fails with "Invalid value type" referencing path the build script injects #6605

Open
ScriptPup opened this issue Jun 18, 2019 · 1 comment

Comments

@ScriptPup
Copy link

ScriptPup commented Jun 18, 2019

Hi there!

I haven't been able to find a resolution to this issue anywhere. I've exhausted my ability to troubleshoot and google so I hope someone here can assist.

Describe the bug
I am trying to install a jupyterlab extension but get vague file-lock errors when I run jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.38 --debug. After banging my head on it I finally wised up and ran jupyter labextension list and found that the extension shows up with a 'Build recommended' message. I ran the build and received the following errors

PS D:\GSA_Projects\Jupyter> jupyter-lab build
[LabBuildApp] JupyterLab 0.35.6
[LabBuildApp] Cleaning c:\programdata\anaconda3\share\jupyter\lab
Cleaning c:\programdata\anaconda3\share\jupyter\lab...
Success!
[LabBuildApp] Building in c:\programdata\anaconda3\share\jupyter\lab
[LabBuildApp] Node v12.3.1

[LabBuildApp] > node c:\programdata\anaconda3\lib\site-packages\jupyterlab\staging\yarn.js install
yarn install v1.9.4
error An unexpected error occurred: "Invalid value type 1:10 in c:\\programdata\\anaconda3\\share\\jupyter\\lab\\staging\\.yarnrc".
info If you think this is a bug, please open a bug report with the information provided in "c:\\programdata\\anaconda3\\share\\jupyter\\lab\\staging\\yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
[LabBuildApp] > node c:\programdata\anaconda3\lib\site-packages\jupyterlab\staging\yarn.js run build
yarn run v1.9.4
error An unexpected error occurred: "Invalid value type 1:10 in c:\\programdata\\anaconda3\\share\\jupyter\\lab\\staging\\.yarnrc".
info If you think this is a bug, please open a bug report with the information provided in "c:\\programdata\\anaconda3\\share\\jupyter\\lab\\staging\\yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

I checked the referenced file: c:\programdata\anaconda3\share\jupyter\lab\staging\.yarnrc

and found that it contains only: yarn-path "C:\Users<MYUSERNAME>\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js"

I assume the issue is the unescaped backslashes. Guessing this, I tried changing the variable to yarn-path "C:\Users\\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js"

I don't know if this would have resolved the issue, as the build process seems to overwrite the file rather than taking the values passed. I tried adding a .yarnrc file in my project folder with the yarn-path as well, but that didn't seem to make a difference at all.

I searched to find whether there was a variable somewhere which this path was being pulled from with the intention of changing it to an escaped path, but couldn't figure out where it was being pulled from.

To Reproduce

  1. Install jupyter and jupyterlab using the guide here https://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html

  2. Run command jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.38 --debug

  3. Run command jupyter lab build or jupyter-lab build

Expected behavior
I expect the jupyterlab extension to be installed and the build to run cleanly/complete without terminating errors.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser N/A, but Chrome
  • JupyterLab 0.35.6
  • NTLM proxied environment (setup in .yarnrc and .npmrc and I'm able to install from yarn or npm alone without an issue)

Additional context
Add any other context about the problem here.

If available, please include the following details:

Troubleshoot Output
PS D:\GSA_Projects\Jupyter> jupyter troubleshoot
$PATH:
        C:\Program Files\Teradata\Client\16.20\bin
        C:\Program Files (x86)\Teradata\Client\16.20\bin
        C:\Program Files (x86)\Common Files\Oracle\Java\javapath
        C:\ProgramData\Anaconda3
        C:\ProgramData\Anaconda3\Library\mingw-w64\bin
        C:\ProgramData\Anaconda3\Library\usr\bin
        C:\ProgramData\Anaconda3\Library\bin
        C:\ProgramData\Anaconda3\Scripts
        C:\Program Files\Microsoft MPI\Bin\
        C:\ProgramData\Oracle\Java\javapath
        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 (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\
        C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\
        C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\
        C:\Program Files (x86)\Microsoft SQL Server
        C:\Program Files\Git\cmd
        D:\Microsoft VS Code\bin
        C:\WINDOWS\System32\OpenSSH\
        D:\Program Files\nodejs\
        C:\Python27\
        D:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin
        C:\Users\\AppData\Roaming\npm\node_modules\windows-build-tools\node_modules\.bin
        C:\Users\\AppData\Roaming\npm\node_modules\.bin
        C:\Program Files (x86)\Teradata\Client\16.10\bin
        D:\node-v6.14.4-win-x64
        C:\Users\\AppData\Local\Programs\Python\Python36\Scripts\
        C:\Users\\AppData\Local\Programs\Python\Python36\
        C:\Users\\AppData\Local\Microsoft\WindowsApps
        C:\Users\\AppData\Local\Programs\Git\cmd
        D:\RapidMinerServer\bin
        C:\Program Files (x86)\Vim\vim80
        C:\Program Files\PostgreSQL\10\scripts
        C:\Program Files\Firebird\Firebird_3_0
        C:\Python27\Scripts
        C:\Users\\AppData\Local\hyper\app-2.1.2\resources\bin
        C:\Users\\AppData\Local\Microsoft\WindowsApps
        C:\Users\\AppData\Roaming\npm
        C:\ProgramData\Anaconda3\lib\site-packages\pywin32_system32
        C:\ProgramData\Anaconda3\lib\site-packages\pywin32_system32

sys.path:
C:\ProgramData\Anaconda3\Scripts
C:\ProgramData\Anaconda3\python36.zip
C:\ProgramData\Anaconda3\DLLs
C:\ProgramData\Anaconda3\lib
C:\ProgramData\Anaconda3
C:\Users<MYUSERNAME>\AppData\Roaming\Python\Python36\site-packages
C:\ProgramData\Anaconda3\lib\site-packages
C:\ProgramData\Anaconda3\lib\site-packages\win32
C:\ProgramData\Anaconda3\lib\site-packages\win32\lib
C:\ProgramData\Anaconda3\lib\site-packages\Pythonwin

sys.executable:
C:\ProgramData\Anaconda3\python.exe

sys.version:
3.6.5 |Anaconda, Inc.| (default, Mar 29 2018, 13:32:41) [MSC v.1900 64 bit (AMD64)]

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

where jupyter:
C:\ProgramData\Anaconda3\Scripts\jupyter.exe

pip list:
Package Version
---------------------------------- ----------
-otebook 5.5.0
alabaster 0.7.10
anaconda-client 1.6.14
anaconda-navigator 1.8.7
anaconda-project 0.8.2
asn1crypto 0.24.0
astroid 1.6.3
astropy 3.0.2
attrs 18.1.0
Babel 2.5.3
backcall 0.1.0
backports.shutil-get-terminal-size 1.0.0
beautifulsoup4 4.6.0
bitarray 0.8.1
bkcharts 0.2
blaze 0.11.3
bleach 2.1.3
bokeh 0.12.16
boto 2.48.0
Bottleneck 1.2.1
certifi 2018.4.16
cffi 1.11.5
chardet 3.0.4
click 6.7
cloudpickle 0.5.3
clyent 1.2.2
colorama 0.3.9
comtypes 1.1.4
conda 4.5.4
conda-build 3.10.5
conda-verify 2.0.0
contextlib2 0.5.5
cryptography 2.2.2
cycler 0.10.0
Cython 0.28.2
cytoolz 0.9.0.1
dask 0.17.5
datashape 0.5.4
decorator 4.3.0
distributed 1.21.8
docutils 0.14
entrypoints 0.2.3
et-xmlfile 1.0.1
fastcache 1.0.2
filelock 3.0.4
Flask 1.0.2
Flask-Cors 3.0.4
fpdf 1.7.2
gevent 1.3.0
glob2 0.6
greenlet 0.4.13
h5py 2.7.1
heapdict 1.0.0
html5lib 1.0.1
idna 2.6
imageio 2.3.0
imagesize 1.0.0
ipykernel 5.1.1
ipython 6.5.0
ipython-genutils 0.2.0
ipywidgets 7.4.2
isort 4.3.4
itsdangerous 0.24
jdcal 1.4
jedi 0.12.0
Jinja2 2.10
jsonschema 2.6.0
jupyter 1.0.0
jupyter-client 5.2.3
jupyter-console 5.2.0
jupyter-contrib-core 0.3.3
jupyter-contrib-nbextensions 0.5.1
jupyter-core 4.4.0
jupyter-highlight-selected-word 0.2.0
jupyter-latex-envs 1.4.6
jupyter-nbextensions-configurator 0.4.1
jupyterlab 0.35.6
jupyterlab-launcher 0.13.1
jupyterlab-server 0.2.0
keyring 15.0.0
kiwisolver 1.0.1
lazy-object-proxy 1.3.1
llvmlite 0.23.1
locket 0.2.0
lxml 4.2.1
MarkupSafe 1.0
matplotlib 2.2.2
mccabe 0.6.1
menuinst 1.4.14
mistune 0.8.3
mkl-fft 1.0.0
mkl-random 1.0.1
more-itertools 4.1.0
mouse 0.7.0
mpmath 1.0.0
msgpack-python 0.5.6
multipledispatch 0.5.0
navigator-updater 0.2.1
nbconvert 5.3.1
nbformat 4.4.0
networkx 2.1
nltk 3.3
nose 1.3.7
notebook 5.7.8
numba 0.38.0
numexpr 2.6.5
numpy 1.14.3
numpydoc 0.8.0
odo 0.5.1
olefile 0.45.1
opencv-python 3.4.2.17
openpyxl 2.5.3
packaging 17.1
pandas 0.24.2
pandocfilters 1.4.2
parso 0.2.0
partd 0.3.8
path.py 11.0.1
pathlib2 2.3.2
patsy 0.5.0
pep8 1.7.1
pickleshare 0.7.4
Pillow 5.1.0
pip 19.1.1
pip-autoremove 0.9.1
pkginfo 1.4.2
pluggy 0.6.0
ply 3.11
prometheus-client 0.6.0
prompt-toolkit 1.0.16
psutil 5.4.5
py 1.5.3
pyahk 0.2.2
pycodestyle 2.5.0
pycodestyle-magic 0.2.5
pycosat 0.6.3
pycparser 2.18
pycrypto 2.6.1
pycurl 7.43.0.1
pyflakes 1.6.0
Pygments 2.2.0
pylint 1.8.4
pyodbc 4.0.23
pyOpenSSL 18.0.0
pyparsing 2.2.0
PySocks 1.6.8
pytest 3.5.1
pytest-arraydiff 0.2
pytest-astropy 0.3.0
pytest-doctestplus 0.1.3
pytest-openfiles 0.3.0
pytest-remotedata 0.2.1
python-dateutil 2.7.3
pytz 2018.4
PyWavelets 0.5.2
pywin32 224
pywin32-ctypes 0.2.0
pywinauto 0.6.5
pywinpty 0.5.1
PyYAML 3.12
pyzmq 17.0.0
QtAwesome 0.4.4
qtconsole 4.3.1
QtPy 1.4.1
requests 2.18.4
rope 0.10.7
ruamel-yaml 0.15.35
scikit-image 0.13.1
scikit-learn 0.19.1
scipy 1.1.0
seaborn 0.9.0
Send2Trash 1.5.0
setuptools 39.1.0
simplegeneric 0.8.1
singledispatch 3.4.0.3
six 1.11.0
sklearn 0.0
snowballstemmer 1.2.1
sortedcollections 0.6.1
sortedcontainers 1.5.10
Sphinx 1.7.4
sphinxcontrib-websupport 1.0.1
spyder 3.2.8
SQLAlchemy 1.2.7
sqlalchemy-teradata 0.9.0.dev0
SQLAlchemy-Utils 0.33.11
statsmodels 0.9.0
sympy 1.1.1
TableauSDK2Py3 0.1.0
tables 3.4.3
tblib 1.3.2
teradata 15.10.0.21
terminado 0.8.1
testpath 0.3.1
toolz 0.9.0
tornado 5.0.2
traitlets 4.3.2
typing 3.6.4
unicodecsv 0.14.1
urllib3 1.22
wcwidth 0.1.7
webencodings 0.5.1
Werkzeug 0.14.1
wheel 0.31.1
widgetsnbextension 3.4.2
win-inet-pton 1.0.1
win-unicode-console 0.5
wincertstore 0.2
wrapt 1.10.11
xlrd 1.1.0
XlsxWriter 1.0.4
xlwings 0.11.8
xlwt 1.3.0
zict 0.1.3

conda list:
# packages in environment at C:\ProgramData\Anaconda3:
#
# Name Version Build Channel
_ipyw_jlab_nb_ext_conf 0.1.0 py36he6757f0_0
alabaster 0.7.10 py36hcd07829_0
anaconda 5.2.0 py36_3
anaconda-client 1.6.14 py36_0
anaconda-navigator 1.8.7 py36_0
anaconda-project 0.8.2 py36hfad2e28_0
asn1crypto 0.24.0 py36_0
astroid 1.6.3 py36_0
astropy 3.0.2 py36h452e1ab_1
attrs 18.1.0 py36_0
babel 2.5.3 py36_0
backcall 0.1.0 py36_0
backports 1.0 py36h81696a8_1
backports.shutil_get_terminal_size 1.0.0 py36h79ab834_2
beautifulsoup4 4.6.0 py36hd4cc5e8_1
bitarray 0.8.1 py36hfa6e2cd_1
bkcharts 0.2 py36h7e685f7_0
blas 1.0 mkl
blaze 0.11.3 py36h8a29ca5_0
bleach 2.1.3 py36_0
blosc 1.14.3 he51fdeb_0
bokeh 0.12.16 py36_0
boto 2.48.0 py36h1a776d2_1
bottleneck 1.2.1 py36hd119dfa_0
bzip2 1.0.6 hfa6e2cd_5
ca-certificates 2018.03.07 0
certifi 2018.4.16 py36_0
cffi 1.11.5 py36h945400d_0
chardet 3.0.4 py36h420ce6e_1
click 6.7 py36hec8c647_0
cloudpickle 0.5.3 py36_0
clyent 1.2.2 py36hb10d595_1
colorama 0.3.9 py36h029ae33_0
comtypes 1.1.4 py36_0
conda 4.5.4 py36_0
conda-build 3.10.5 py36_0
conda-env 2.6.0 h36134e3_1
conda-verify 2.0.0 py36h065de53_0
console_shortcut 0.1.1 h6bb2dd7_3
contextlib2 0.5.5 py36he5d52c0_0
cryptography 2.2.2 py36hfa6e2cd_0
curl 7.60.0 h7602738_0
cycler 0.10.0 py36h009560c_0
cython 0.28.2 py36hfa6e2cd_0
cytoolz 0.9.0.1 py36hfa6e2cd_0
dask 0.17.5 py36_0
dask-core 0.17.5 py36_0
datashape 0.5.4 py36h5770b85_0
decorator 4.3.0 py36_0
distributed 1.21.8 py36_0
docutils 0.14 py36h6012d8f_0
entrypoints 0.2.3 py36hfd66bb0_2
et_xmlfile 1.0.1 py36h3d2d736_0
fastcache 1.0.2 py36hfa6e2cd_2
filelock 3.0.4 py36_0
flask 1.0.2 py36_1
flask-cors 3.0.4 py36_0
fpdf 1.7.2
freetype 2.8 h51f8f2c_1
get_terminal_size 1.0.0 h38e98db_0
gevent 1.3.0 py36hfa6e2cd_0
glob2 0.6 py36hdf76b57_0
greenlet 0.4.13 py36hfa6e2cd_0
h5py 2.7.1 py36h3bdd7fb_2
hdf5 1.10.2 hac2f561_1
heapdict 1.0.0 py36_2
html5lib 1.0.1 py36h047fa9f_0
icc_rt 2017.0.4 h97af966_0
icu 58.2 ha66f8fd_1
idna 2.6 py36h148d497_1
imageio 2.3.0 py36_0
imagesize 1.0.0 py36_0
intel-openmp 2018.0.0 8
ipykernel 5.1.1
ipykernel 4.8.2 py36_0
ipython 6.4.0 py36_0
ipython 6.5.0
ipython_genutils 0.2.0 py36h3c5d0ee_0
ipywidgets 7.4.2
ipywidgets 7.2.1 py36_0
isort 4.3.4 py36_0
itsdangerous 0.24 py36hb6c5a24_1
jdcal 1.4 py36_0
jedi 0.12.0 py36_1
jinja2 2.10 py36h292fed1_0
jpeg 9b hb83a4c4_2
jsonschema 2.6.0 py36h7636477_0
jupyter 1.0.0 py36_4
jupyter 1.0.0
jupyter-contrib-core 0.3.3
jupyter-contrib-nbextensions 0.5.1
jupyter-highlight-selected-word 0.2.0
jupyter-latex-envs 1.4.6
jupyter-nbextensions-configurator 0.4.1
jupyter_client 5.2.3 py36_0
jupyter_console 5.2.0 py36h6d89b47_1
jupyter_core 4.4.0 py36h56e9d50_0
jupyterlab 0.32.1 py36_0
jupyterlab 0.35.6
jupyterlab-launcher 0.13.1
jupyterlab-server 0.2.0
jupyterlab_launcher 0.10.5 py36_0
keyring 15.0.0
kiwisolver 1.0.1 py36h12c3424_0
lazy-object-proxy 1.3.1 py36hd1c21d2_0
libcurl 7.60.0 hc4dcbb0_0
libiconv 1.15 h1df5818_7
libpng 1.6.34 h79bbb47_0
libsodium 1.0.16 h9d3ae62_0
libssh2 1.8.0 hd619d38_4
libtiff 4.0.9 hb8ad9f9_1
libxml2 2.9.8 hadb2253_1
libxslt 1.1.32 hf6f1972_0
llvmlite 0.23.1 py36hcacf6c6_0
locket 0.2.0 py36hfed976d_1
lxml 4.2.1 py36heafd4d3_0
lzo 2.10 h6df0209_2
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
markupsafe 1.0 py36h0e26971_1
matplotlib 2.2.2 py36h153e9ff_1
mccabe 0.6.1 py36hb41005a_1
menuinst 1.4.14 py36hfa6e2cd_0
mistune 0.8.3 py36hfa6e2cd_1
mkl 2018.0.2 1
mkl-service 1.1.2 py36h57e144c_4
mkl_fft 1.0.1 py36h452e1ab_0
mkl_random 1.0.1 py36h9258bd6_0
more-itertools 4.1.0 py36_0
mouse 0.7.0
mpmath 1.0.0 py36hacc8adf_2
msgpack-python 0.5.6 py36he980bc4_0
msys2-conda-epoch 20160418 1
multipledispatch 0.5.0 py36_0
navigator-updater 0.2.1 py36_0
nbconvert 5.3.1 py36h8dc0fde_0
nbformat 4.4.0 py36h3a5bc1b_0
networkx 2.1 py36_0
nltk 3.3.0 py36_0
nose 1.3.7 py36h1c3779e_2
notebook 5.7.8
notebook 5.5.0 py36_0
notebook 5.5.0
numba 0.38.0 py36h830ac7b_0
numexpr 2.6.5 py36hcd2f87e_0
numpy 1.14.3 py36h9fa60d3_1
numpy-base 1.14.3 py36h555522e_1
numpydoc 0.8.0 py36_0
odo 0.5.1 py36h7560279_0
olefile 0.45.1 py36_0
opencv-python 3.4.2.17
openpyxl 2.5.3 py36_0
openssl 1.0.2o h8ea7d77_0
packaging 17.1 py36_0
pandas 0.24.2
pandas 0.23.0 py36h830ac7b_0
pandoc 1.19.2.1 hb2460c7_1
pandocfilters 1.4.2 py36h3ef6317_1
parso 0.2.0 py36_0
partd 0.3.8 py36hc8e763b_0
path.py 11.0.1 py36_0
pathlib2 2.3.2 py36_0
patsy 0.5.0 py36_0
pep8 1.7.1 py36_0
pickleshare 0.7.4 py36h9de030f_0
pillow 5.1.0 py36h0738816_0
pip 19.1.1
pip 10.0.1 py36_0
pip-autoremove 0.9.1
pkginfo 1.4.2 py36_1
pluggy 0.6.0 py36hc7daf1e_0
ply 3.11 py36_0
prometheus-client 0.6.0
prompt-toolkit 1.0.16
prompt_toolkit 1.0.15 py36h60b8f86_0
psutil 5.4.5 py36hfa6e2cd_0
py 1.5.3 py36_0
pyahk 0.2.2
pycodestyle 2.4.0 py36_0
pycodestyle 2.5.0
pycodestyle_magic 0.2.5
pycosat 0.6.3 py36h413d8a4_0
pycparser 2.18 py36hd053e01_1
pycrypto 2.6.1 py36hfa6e2cd_8
pycurl 7.43.0.1 py36h74b6da3_0
pyflakes 1.6.0 py36h0b975d6_0
pygments 2.2.0 py36hb010967_0
pylint 1.8.4 py36_0
pyodbc 4.0.23 py36h6538335_0
pyopenssl 18.0.0 py36_0
pyparsing 2.2.0 py36h785a196_1
pyqt 5.9.2 py36h1aa27d4_0
pysocks 1.6.8 py36_0
pytables 3.4.3 py36he6f6034_1
pytest 3.5.1 py36_0
pytest-arraydiff 0.2 py36_0
pytest-astropy 0.3.0 py36_0
pytest-doctestplus 0.1.3 py36_0
pytest-openfiles 0.3.0 py36_0
pytest-remotedata 0.2.1 py36_0
python 3.6.5 h0c2934d_0
python-dateutil 2.7.3 py36_0
pytz 2018.4 py36_0
pywavelets 0.5.2 py36hc649158_0
pywin32 223 py36hfa6e2cd_1
pywin32 224
pywin32-ctypes 0.2.0
pywinauto 0.6.5
pywinpty 0.5.1 py36_0
pyyaml 3.12 py36h1d1928f_1
pyzmq 17.0.0 py36hfa6e2cd_1
qt 5.9.5 vc14he4a7d60_0 [vc14]
qtawesome 0.4.4 py36h5aa48f6_0
qtconsole 4.3.1 py36h99a29a9_0
qtpy 1.4.1 py36_0
requests 2.18.4 py36h4371aae_1
rope 0.10.7 py36had63a69_0
ruamel_yaml 0.15.35 py36hfa6e2cd_1
scikit-image 0.13.1 py36hfa6e2cd_1
scikit-learn 0.19.1 py36h53aea1b_0
scipy 1.1.0 py36h672f292_0
seaborn 0.8.1 py36h9b69545_0
seaborn 0.9.0
send2trash 1.5.0 py36_0
setuptools 39.1.0 py36_0
simplegeneric 0.8.1 py36_2
singledispatch 3.4.0.3 py36h17d0c80_0
sip 4.19.8 py36h6538335_0
six 1.11.0 py36h4db2310_1
sklearn 0.0
snappy 1.1.7 h777316e_3
snowballstemmer 1.2.1 py36h763602f_0
sortedcollections 0.6.1 py36_0
sortedcontainers 1.5.10 py36_0
sphinx 1.7.4 py36_0
sphinxcontrib 1.0 py36hbbac3d2_1
sphinxcontrib-websupport 1.0.1 py36hb5e5916_1
spyder 3.2.8 py36_0
sqlalchemy 1.2.7 py36ha85dd04_0
sqlalchemy-teradata 0.9.0.dev0
SQLAlchemy-Utils 0.33.11
sqlite 3.23.1 h35aae40_0
statsmodels 0.9.0 py36h452e1ab_0
sympy 1.1.1 py36h96708e0_0
TableauSDK2Py3 0.1.0
tblib 1.3.2 py36h30f5020_0
teradata 15.10.0.21
terminado 0.8.1 py36_1
testpath 0.3.1 py36h2698cfe_0
tk 8.6.7 hcb92d03_3
toolz 0.9.0 py36_0
tornado 5.0.2 py36_0
traitlets 4.3.2 py36h096827d_0
typing 3.6.4 py36_0
unicodecsv 0.14.1 py36h6450c06_0
urllib3 1.22 py36h276f60a_0
vc 14 h0510ff6_3
vs2015_runtime 14.0.25123 3
wcwidth 0.1.7 py36h3d5aa90_0
webencodings 0.5.1 py36h67c50ae_1
werkzeug 0.14.1 py36_0
wheel 0.31.1 py36_0
widgetsnbextension 3.2.1 py36_0
widgetsnbextension 3.4.2
win_inet_pton 1.0.1 py36he67d7fd_1
win_unicode_console 0.5 py36hcdbd4b5_0
wincertstore 0.2 py36h7fe50ca_0
winpty 0.4.3 4
wrapt 1.10.11 py36he5f5981_0
xlrd 1.1.0 py36h1cb58dc_1
xlsxwriter 1.0.4 py36_0
xlwings 0.11.8 py36_0
xlwt 1.3.0 py36h1a4751e_0
yaml 0.1.7 hc54c509_2
zeromq 4.2.5 hc6251cf_0
zict 0.1.3 py36h2d8e73e_0
zlib 1.2.11 h8395fce_2
PS D:\GSA_Projects\Jupyter>

Command Line Output
PS D:\GSA_Projects\Jupyter> jupyter lab --debug
[D 13:22:00.535 LabApp] Searching ['D:\\GSA_Projects\\Jupyter', 'd:\\home\\.jupyter', 'c:\\programdata\\anaconda3\\etc\\jupyter', 'C:\\ProgramData\\jupyter'] for config files
[D 13:22:00.545 LabApp] Looking for jupyter_config in C:\ProgramData\jupyter
[D 13:22:00.545 LabApp] Looking for jupyter_config in c:\programdata\anaconda3\etc\jupyter
[D 13:22:00.545 LabApp] Looking for jupyter_config in d:\home\.jupyter
[D 13:22:00.545 LabApp] Looking for jupyter_config in D:\GSA_Projects\Jupyter
[D 13:22:00.545 LabApp] Looking for jupyter_notebook_config in C:\ProgramData\jupyter
[D 13:22:00.545 LabApp] Looking for jupyter_notebook_config in c:\programdata\anaconda3\etc\jupyter
[D 13:22:00.545 LabApp] Looking for jupyter_notebook_config in d:\home\.jupyter
[D 13:22:00.545 LabApp] Loaded config file: d:\home\.jupyter\jupyter_notebook_config.py
[D 13:22:00.545 LabApp] Loaded config file: d:\home\.jupyter\jupyter_notebook_config.json
[D 13:22:00.545 LabApp] Looking for jupyter_notebook_config in D:\GSA_Projects\Jupyter
[W 13:22:01.086 LabApp] WARNING: The notebook server is listening on all IP addresses and not using encryption. This is not recommended.
[W 13:22:01.086 LabApp] WARNING: The notebook server is listening on all IP addresses and not using authentication. This is highly insecure and not recommended.
[D 13:22:01.168 LabApp] Paths used for configuration of jupyter_notebook_config:
        C:\ProgramData\jupyter\jupyter_notebook_config.json
[D 13:22:01.168 LabApp] Paths used for configuration of jupyter_notebook_config:
        c:\programdata\anaconda3\etc\jupyter\jupyter_notebook_config.d\jupyterlab.json
        c:\programdata\anaconda3\etc\jupyter\jupyter_notebook_config.json
[D 13:22:01.168 LabApp] Paths used for configuration of jupyter_notebook_config:
        d:\home\.jupyter\jupyter_notebook_config.json
[D 13:22:01.287 LabApp] [jupyter_nbextensions_configurator] Loading 0.4.1
[D 13:22:01.287 LabApp] [jupyter_nbextensions_configurator]   Editing templates path to add c:\programdata\anaconda3\lib\site-packages\jupyter_nbextensions_configurator\templates
[D 13:22:01.287 LabApp] [jupyter_nbextensions_configurator]   Editing nbextensions path to add c:\programdata\anaconda3\lib\site-packages\jupyter_nbextensions_configurator\static
[D 13:22:01.287 LabApp] [jupyter_nbextensions_configurator]   Adding new handlers
[I 13:22:01.296 LabApp] [jupyter_nbextensions_configurator] enabled 0.4.1
[I 13:22:01.306 LabApp] JupyterLab extension loaded from c:\programdata\anaconda3\lib\site-packages\jupyterlab
[I 13:22:01.306 LabApp] JupyterLab application directory is c:\programdata\anaconda3\share\jupyter\lab
[W 13:22:01.306 LabApp] JupyterLab server extension not enabled, manually loading...
[I 13:22:01.316 LabApp] JupyterLab extension loaded from c:\programdata\anaconda3\lib\site-packages\jupyterlab
[I 13:22:01.316 LabApp] JupyterLab application directory is c:\programdata\anaconda3\share\jupyter\lab
[I 13:22:01.316 LabApp] Serving notebooks from local directory: D:\GSA_Projects\Jupyter
[I 13:22:01.316 LabApp] The Jupyter Notebook is running at:
[I 13:22:01.323 LabApp] http://(W10CMQVC42 or 127.0.0.1):9999/
[I 13:22:01.323 LabApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[D 13:22:01.340 LabApp] Initializing websocket connection /api/kernels/e0803753-94f4-4bae-8bbb-56d9dc473357/channels
[W 13:22:01.367 LabApp] 404 GET /api/kernels/e0803753-94f4-4bae-8bbb-56d9dc473357/channels?session_id=03485ff8-0018-4e3c-a052-741ebdba3c22 (127.0.0.1): Kernel does not exist: e0803753-94f4-4bae-8bbb-56d9dc473357
[D 13:22:01.367 LabApp] Using contents: services/contents
[D 13:22:01.495 LabApp] Path base/images/favicon.ico served from c:\programdata\anaconda3\lib\site-packages\notebook\static\base\images\favicon.ico
[D 13:22:01.495 LabApp] Path components/jquery-ui/themes/smoothness/jquery-ui.min.css served from c:\programdata\anaconda3\lib\site-packages\notebook\static\components\jquery-ui\themes\smoothness\jquery-ui.min.css
[D 13:22:01.505 LabApp] Path components/jquery-typeahead/dist/jquery.typeahead.min.css served from c:\programdata\anaconda3\lib\site-packages\notebook\static\components\jquery-typeahead\dist\jquery.typeahead.min.css
[D 13:22:01.525 LabApp] Path style/style.min.css served from c:\programdata\anaconda3\lib\site-packages\notebook\static\style\style.min.css
[D 13:22:01.545 LabApp] Path components/es6-promise/promise.min.js served from c:\programdata\anaconda3\lib\site-packages\notebook\static\components\es6-promise\promise.min.js
[D 13:22:01.555 LabApp] Path components/preact/index.js served from c:\programdata\anaconda3\lib\site-packages\notebook\static\components\preact\index.js
[D 13:22:01.575 LabApp] Path components/proptypes/index.js served from c:\programdata\anaconda3\lib\site-packages\notebook\static\components\proptypes\index.js
[D 13:22:01.595 LabApp] Path components/preact-compat/index.js served from c:\programdata\anaconda3\lib\site-packages\notebook\static\components\preact-compat\index.js
[D 13:22:01.685 LabApp] Path components/requirejs/require.js served from c:\programdata\anaconda3\lib\site-packages\notebook\static\components\requirejs\require.js
[D 13:22:01.725 LabApp] Path base/images/logo.png served from c:\programdata\anaconda3\lib\site-packages\notebook\static\base\images\logo.png
[W 13:22:01.735 LabApp] 404 GET /api/kernels/e0803753-94f4-4bae-8bbb-56d9dc473357/channels?session_id=03485ff8-0018-4e3c-a052-741ebdba3c22 (127.0.0.1) 394.69ms referer=None
[D 13:22:01.741 LabApp] Initializing websocket connection /api/kernels/71b6341b-c9fe-4f5b-8c26-08072225e7f1/channels
[W 13:22:01.742 LabApp] 404 GET /api/kernels/71b6341b-c9fe-4f5b-8c26-08072225e7f1/channels?session_id=d6c87ad7-4657-432b-a2bf-562b36bb38ec (::1): Kernel does not exist: 71b6341b-c9fe-4f5b-8c26-08072225e7f1
[D 13:22:01.742 LabApp] Using contents: services/contents
[W 13:22:01.744 LabApp] 404 GET /api/kernels/71b6341b-c9fe-4f5b-8c26-08072225e7f1/channels?session_id=d6c87ad7-4657-432b-a2bf-562b36bb38ec (::1) 3.00ms referer=None
[D 13:22:02.403 LabApp] Initializing websocket connection /api/kernels/71b6341b-c9fe-4f5b-8c26-08072225e7f1/channels
[W 13:22:02.404 LabApp] 404 GET /api/kernels/71b6341b-c9fe-4f5b-8c26-08072225e7f1/channels?session_id=5e2700c0-fb91-4c54-8e5e-46650dd6db94 (::1): Kernel does not exist: 71b6341b-c9fe-4f5b-8c26-08072225e7f1
[D 13:22:02.404 LabApp] Using contents: services/contents
[W 13:22:02.406 LabApp] 404 GET /api/kernels/71b6341b-c9fe-4f5b-8c26-08072225e7f1/channels?session_id=5e2700c0-fb91-4c54-8e5e-46650dd6db94 (::1) 3.98ms referer=None
[D 13:22:03.090 LabApp] Using contents: services/contents
[D 13:22:03.094 LabApp] 304 GET /lab (::1) 4.00ms
[D 13:22:03.112 LabApp] Path vendors~main.f9970a3aaa7bcf00f284.js served from c:\programdata\anaconda3\share\jupyter\lab\static\vendors~main.f9970a3aaa7bcf00f284.js
[D 13:22:03.115 LabApp] 304 GET /lab/static/vendors~main.f9970a3aaa7bcf00f284.js (::1) 3.00ms
[D 13:22:03.117 LabApp] Path main.bc94d57795ac5fae95a7.js served from c:\programdata\anaconda3\share\jupyter\lab\static\main.bc94d57795ac5fae95a7.js
[D 13:22:03.118 LabApp] 304 GET /lab/static/main.bc94d57795ac5fae95a7.js (::1) 2.00ms
[D 13:22:03.528 LabApp] Found kernel python3 in c:\programdata\anaconda3\share\jupyter\kernels
[D 13:22:03.535 LabApp] 200 GET /api/kernelspecs?1560882123522 (::1) 8.01ms
[D 13:22:03.537 LabApp] 200 GET /api/terminals?1560882123524 (::1) 1.00ms
[D 13:22:03.566 LabApp] 200 GET /lab/api/settings/@jupyterlab/application-extension:sidebar?1560882123559 (::1) 3.00ms
[D 13:22:03.571 LabApp] 200 GET /lab/api/settings/@jupyterlab/docmanager-extension:plugin?1560882123562 (::1) 3.00ms
[D 13:22:03.575 LabApp] 200 GET /lab/api/settings/@jupyterlab/apputils-extension:themes?1560882123564 (::1) 3.00ms
[D 13:22:03.588 LabApp] 200 GET /lab/api/settings/@jupyterlab/shortcuts-extension:plugin?1560882123560 (::1) 12.00ms
[D 13:22:03.598 LabApp] 200 GET /api/sessions?1560882123594 (::1) 1.00ms
[D 13:22:03.659 LabApp] Path @jupyterlab\theme-light-extension\index.css served from c:\programdata\anaconda3\share\jupyter\lab\themes\@jupyterlab\theme-light-extension\index.css
[D 13:22:03.660 LabApp] 304 GET /lab/api/themes/@jupyterlab/theme-light-extension/index.css (::1) 2.00ms
[D 13:22:10.438 LabApp] Initializing websocket connection /api/kernels/e0803753-94f4-4bae-8bbb-56d9dc473357/channels
[W 13:22:10.438 LabApp] Replacing stale connection: e0803753-94f4-4bae-8bbb-56d9dc473357:03485ff8-0018-4e3c-a052-741ebdba3c22
[D 13:22:10.762 LabApp] Initializing websocket connection /api/kernels/71b6341b-c9fe-4f5b-8c26-08072225e7f1/channels
[W 13:22:10.762 LabApp] Replacing stale connection: 71b6341b-c9fe-4f5b-8c26-08072225e7f1:d6c87ad7-4657-432b-a2bf-562b36bb38ec
[D 13:22:10.912 LabApp] Initializing websocket connection /api/kernels/71b6341b-c9fe-4f5b-8c26-08072225e7f1/channels
[W 13:22:10.912 LabApp] 404 GET /api/kernels/71b6341b-c9fe-4f5b-8c26-08072225e7f1/channels?session_id=02b19262-a606-432a-a490-3d0e46dae86c (10.135.76.255): Kernel does not exist: 71b6341b-c9fe-4f5b-8c26-08072225e7f1
[D 13:22:10.912 LabApp] Using contents: services/contents
[W 13:22:10.922 LabApp] 404 GET /api/kernels/71b6341b-c9fe-4f5b-8c26-08072225e7f1/channels?session_id=02b19262-a606-432a-a490-3d0e46dae86c (10.135.76.255) 9.99ms referer=None
[D 13:22:11.032 LabApp] Initializing websocket connection /api/kernels/e0803753-94f4-4bae-8bbb-56d9dc473357/channels
[W 13:22:11.032 LabApp] 404 GET /api/kernels/e0803753-94f4-4bae-8bbb-56d9dc473357/channels?session_id=4a9519fa-560a-449b-b9f6-adadd300ba29 (10.135.76.255): Kernel does not exist: e0803753-94f4-4bae-8bbb-56d9dc473357
[D 13:22:11.032 LabApp] Using contents: services/contents
[W 13:22:11.042 LabApp] 404 GET /api/kernels/e0803753-94f4-4bae-8bbb-56d9dc473357/channels?session_id=4a9519fa-560a-449b-b9f6-adadd300ba29 (10.135.76.255) 10.00ms referer=None
[D 13:22:13.418 LabApp] Initializing websocket connection /api/kernels/9436f20b-6b72-4f6a-bf3c-12f46bf7a570/channels
[W 13:22:14.138 LabApp] 404 GET /api/kernels/9436f20b-6b72-4f6a-bf3c-12f46bf7a570/channels?session_id=19ec10b3-ea3b-44de-8b75-078e647ad4a8 (10.135.76.255): Kernel does not exist: 9436f20b-6b72-4f6a-bf3c-12f46bf7a570
[D 13:22:14.145 LabApp] Using contents: services/contents
[W 13:22:14.145 LabApp] 404 GET /api/kernels/9436f20b-6b72-4f6a-bf3c-12f46bf7a570/channels?session_id=19ec10b3-ea3b-44de-8b75-078e647ad4a8 (10.135.76.255) 727.63ms referer=None
[D 13:22:14.264 LabApp] Initializing websocket connection /api/kernels/71b6341b-c9fe-4f5b-8c26-08072225e7f1/channels
[W 13:22:14.264 LabApp] Replacing stale connection: 71b6341b-c9fe-4f5b-8c26-08072225e7f1:02b19262-a606-432a-a490-3d0e46dae86c
Browser Output
N/A
@jasongrout
Copy link
Contributor

Is this still an issue? (I realize it has been a while since you filed it)

@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