Open RomjanHossain opened 3 years ago
@RomjanHossain What's the output of jupyter server extension list
? With JupyterLab 3.0+, the command was slightly modified.
I have the same issue with Jupyter Lab on Windows 10 too.
With jupyter server extension list
, I got:
Config dir: C:\Users\leopo.jupyter
Config dir: c:\users\xxx\anaconda3\etc\jupyter
jupyter_kite enabled
- Validating jupyter_kite...
jupyter_kite 2.0.2 ok
jupyterlab enabled
- Validating jupyterlab...
jupyterlab 3.0.6 ok
nbclassic enabled
- Validating nbclassic...
nbclassic ok
Config dir: C:\ProgramData\jupyter
@leopoldsw Unfortunately, your issue may or may not be related to this. Do you mind creating a separate issue, with all the information listed in https://github.com/kiteco/jupyterlab-kite/wiki/Troubleshooting? Thanks!
jupyter server extension list
and jupyter lab extension list
outputs the same.
output:
Config dir: /home/romjan1412/.jupyter
Config dir: /usr/etc/jupyter
Config dir: /usr/local/etc/jupyter
but jupyter serverextension list
and jupyter labextension list
have different output.
jupyter serverextension list
output:
config dir: /home/romjan1412/.jupyter
jupyter_nbextensions_configurator enabled
and jupyter labextension list
output:
JupyterLab v3.0.6
/home/romjan1412/.local/share/jupyter/labextensions
@jupyter-widgets/jupyterlab-manager v3.0.0 enabled OK (python, jupyterlab_widgets)
Other labextensions (built into JupyterLab) app dir: /home/romjan1412/.local/share/jupyter/lab @jupyterlab/apputils v3.0.3 enabled OK @jupyterlab/git v0.30.0-beta.1 enabled OK @kiteco/jupyterlab-kite v1.2.0 enabled OK
Uninstalled core extensions: @datalayer-jupyter/jupyterlab-git @jupyterlab/git @kiteco/jupyterlab-kite @ryantam626/jupyterlab_code_formatter jupyterlab-system-monitor nbdime-jupyterlab
my browser console doesn't show any error now, and the server extension unreachable
error is gone after updating all my pkg and restarting pc.
but kite
still not working.
i tried to solve the problem by downgrading the jupyter lab version to 2.2.9. kite doesn't work there either and i got so many dependency conflicts. So, i updated it to 3.0.6 again.
@RomjanHossain
It looks like you have both @kiteco/jupyterlab-kite v1.2.0 and jupyter_kite 2.0 installed. The correct versions of both should be 2.0.2
.
It may be possible while you were upgrading that the config state was messed up. Please see this for details on how to fix. You'll want to uninstall all Kite related extensions, comb through the config directories and delete any references to Kite, and then reinstall the extension.
I've followed those steps, but still, it doesn't solve the problem. here's those step i took->
Found existing installation: jupyter-kite 2.0.2 Uninstalling jupyter-kite-2.0.2: Would remove: /home/romjan1412/.local/etc/jupyter/jupyter_server_config.d/jupyter-kite-serverextension.json /home/romjan1412/.local/lib/python3.9/site-packages/jupyter_kite-2.0.2.dist-info/* /home/romjan1412/.local/lib/python3.9/site-packages/jupyter_kite/* Proceed (y/n)? y Successfully uninstalled jupyter-kite-2.0.2
jupyter-kite
installed on pc pip uninstall jupyter-kite
WARNING: Skipping jupyter-kite as it is not installed.
Uninstalling @kiteco/jupyterlab-kite from /home/romjan1412/.local/share/jupyter/lab/extensions Building jupyterlab assets (production, minimized)
Other labextensions (built into JupyterLab) app dir: /home/romjan1412/.local/share/jupyter/lab @jupyterlab/apputils v3.0.3 enabled OK @jupyterlab/git v0.30.0-beta.1 enabled OK
Uninstalled core extensions: @datalayer-jupyter/jupyterlab-git @jupyterlab/git @kiteco/jupyterlab-kite @ryantam626/jupyterlab_code_formatter jupyterlab-system-monitor nbdime-jupyterlab`
**jupyter labextension list**
JupyterLab v3.0.6
/home/romjan1412/.local/share/jupyter/labextensions
@jupyter-widgets/jupyterlab-manager v3.0.0 enabled OK (python, jupyterlab_widgets)Other labextensions (built into JupyterLab) app dir: /home/romjan1412/.local/share/jupyter/lab @jupyterlab/apputils v3.0.3 enabled OK @jupyterlab/git v0.30.0-beta.1 enabled OK
Uninstalled core extensions: @datalayer-jupyter/jupyterlab-git @jupyterlab/git @kiteco/jupyterlab-kite @ryantam626/jupyterlab_code_formatter jupyterlab-system-monitor nbdime-jupyterlab`
then i install jupyter kite again-> pip install "jupyterlab-kite>=2.0.2"
Defaulting to user installation because normal site-packages is not writeable Collecting jupyterlab-kite>=2.0.2 Using cached jupyterlab_kite-2.0.2-py3-none-any.whl Requirement already satisfied: jupyterlab<4.0.0a0,>=3.0.0 in /home/romjan1412/.local/lib/python3.9/site-packages (from jupyterlab-kite>=2.0.2) (3.0.6) Collecting jupyter-kite>=2.0.0 Using cached jupyter_kite-2.0.2-py3-none-any.whl Requirement already satisfied: tornado>=5.1.0 in /usr/lib/python3.9/site-packages (from jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (6.1) Requirement already satisfied: entrypoints in /usr/lib/python3.9/site-packages (from jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (0.3) Requirement already satisfied: jupyter-server>=1.1.2 in /home/romjan1412/.local/lib/python3.9/site-packages (from jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (1.2.2) Requirement already satisfied: nbconvert in /usr/lib/python3.9/site-packages (from jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (6.0.7) Requirement already satisfied: prometheus-client in /usr/lib/python3.9/site-packages (from jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (0.9.0) Requirement already satisfied: jupyter-client>=6.1.1 in /home/romjan1412/.local/lib/python3.9/site-packages (from jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (6.1.11) Requirement already satisfied: pyzmq>=17 in /home/romjan1412/.local/lib/python3.9/site-packages (from jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (22.0.2) Requirement already satisfied: traitlets>=4.2.1 in /usr/lib/python3.9/site-packages (from jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (5.0.5) Requirement already satisfied: jinja2 in /home/romjan1412/.local/lib/python3.9/site-packages (from jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (2.11.3) Requirement already satisfied: jupyter-core>=4.4.0 in /home/romjan1412/.local/lib/python3.9/site-packages (from jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (4.7.1) Requirement already satisfied: anyio>=2.0.2 in /home/romjan1412/.local/lib/python3.9/site-packages (from jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (2.0.2) Requirement already satisfied: terminado>=0.8.3 in /usr/lib/python3.9/site-packages (from jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (0.9.2) Requirement already satisfied: ipython-genutils in /usr/lib/python3.9/site-packages (from jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (0.2.0) Requirement already satisfied: nbformat in /home/romjan1412/.local/lib/python3.9/site-packages (from jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (5.1.2) Requirement already satisfied: Send2Trash in /usr/lib/python3.9/site-packages (from jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (1.5.0) Requirement already satisfied: sniffio>=1.1 in /home/romjan1412/.local/lib/python3.9/site-packages (from anyio>=2.0.2->jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (1.2.0) Requirement already satisfied: idna>=2.8 in /home/romjan1412/.local/lib/python3.9/site-packages (from anyio>=2.0.2->jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (3.1) Requirement already satisfied: python-dateutil>=2.1 in /usr/lib/python3.9/site-packages (from jupyter-client>=6.1.1->jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (2.8.1) Requirement already satisfied: nbclassic~=0.2 in /home/romjan1412/.local/lib/python3.9/site-packages (from jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (0.2.6) Requirement already satisfied: ipython in /home/romjan1412/.local/lib/python3.9/site-packages (from jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (7.20.0) Requirement already satisfied: packaging in /home/romjan1412/.local/lib/python3.9/site-packages (from jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (20.9) Requirement already satisfied: jupyterlab-server~=2.0 in /home/romjan1412/.local/lib/python3.9/site-packages (from jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (2.1.3) Requirement already satisfied: MarkupSafe>=0.23 in /usr/lib/python3.9/site-packages (from jinja2->jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (1.1.1) Requirement already satisfied: json5 in /home/romjan1412/.local/lib/python3.9/site-packages (from jupyterlab-server~=2.0->jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (0.9.5) Requirement already satisfied: jsonschema>=3.0.1 in /usr/lib/python3.9/site-packages (from jupyterlab-server~=2.0->jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (3.2.0) Requirement already satisfied: babel in /usr/lib/python3.9/site-packages (from jupyterlab-server~=2.0->jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (2.9.0) Requirement already satisfied: requests in /usr/lib/python3.9/site-packages (from jupyterlab-server~=2.0->jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (2.25.1) Requirement already satisfied: attrs>=17.4.0 in /usr/lib/python3.9/site-packages (from jsonschema>=3.0.1->jupyterlab-server~=2.0->jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (20.3.0) Requirement already satisfied: pyrsistent>=0.14.0 in /usr/lib/python3.9/site-packages (from jsonschema>=3.0.1->jupyterlab-server~=2.0->jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (0.17.3) Requirement already satisfied: setuptools in /home/romjan1412/.local/lib/python3.9/site-packages (from jsonschema>=3.0.1->jupyterlab-server~=2.0->jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (53.0.0) Requirement already satisfied: six>=1.11.0 in /usr/lib/python3.9/site-packages (from jsonschema>=3.0.1->jupyterlab-server~=2.0->jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (1.15.0) Requirement already satisfied: notebook<7 in /home/romjan1412/.local/lib/python3.9/site-packages (from nbclassic~=0.2->jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (6.2.0) Requirement already satisfied: argon2-cffi in /usr/lib/python3.9/site-packages (from notebook<7->nbclassic~=0.2->jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (20.1.0) Requirement already satisfied: ipykernel in /home/romjan1412/.local/lib/python3.9/site-packages (from notebook<7->nbclassic~=0.2->jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (5.4.3) Requirement already satisfied: ptyprocess in /usr/lib/python3.9/site-packages (from terminado>=0.8.3->jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (0.7.0) Requirement already satisfied: cffi>=1.0.0 in /usr/lib/python3.9/site-packages (from argon2-cffi->notebook<7->nbclassic~=0.2->jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (1.14.4) Requirement already satisfied: pycparser in /usr/lib/python3.9/site-packages (from cffi>=1.0.0->argon2-cffi->notebook<7->nbclassic~=0.2->jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (2.20) Requirement already satisfied: pytz>=2015.7 in /home/romjan1412/.local/lib/python3.9/site-packages (from babel->jupyterlab-server~=2.0->jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (2021.1) Requirement already satisfied: pickleshare in /usr/lib/python3.9/site-packages (from ipython->jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (0.7.5) Requirement already satisfied: decorator in /usr/lib/python3.9/site-packages (from ipython->jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (4.4.2) Requirement already satisfied: pygments in /usr/lib/python3.9/site-packages (from ipython->jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (2.7.4) Requirement already satisfied: pexpect>4.3 in /usr/lib/python3.9/site-packages (from ipython->jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (4.8.0) Requirement already satisfied: jedi>=0.16 in /home/romjan1412/.local/lib/python3.9/site-packages (from ipython->jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (0.18.0) Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in /home/romjan1412/.local/lib/python3.9/site-packages (from ipython->jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (3.0.14) Requirement already satisfied: backcall in /usr/lib/python3.9/site-packages (from ipython->jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (0.2.0) Requirement already satisfied: parso<0.9.0,>=0.8.0 in /home/romjan1412/.local/lib/python3.9/site-packages (from jedi>=0.16->ipython->jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (0.8.1) Requirement already satisfied: wcwidth in /usr/lib/python3.9/site-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->ipython->jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (0.2.5) Requirement already satisfied: mistune<2,>=0.8.1 in /usr/lib/python3.9/site-packages (from nbconvert->jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (0.8.4) Requirement already satisfied: jupyterlab_pygments in /usr/lib/python3.9/site-packages (from nbconvert->jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (0.1.2) Requirement already satisfied: bleach in /home/romjan1412/.local/lib/python3.9/site-packages (from nbconvert->jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (3.3.0) Requirement already satisfied: pandocfilters>=1.4.1 in /usr/lib/python3.9/site-packages (from nbconvert->jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (1.4.3) Requirement already satisfied: testpath in /usr/lib/python3.9/site-packages (from nbconvert->jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (0.4.4) Requirement already satisfied: defusedxml in /usr/lib/python3.9/site-packages (from nbconvert->jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (0.6.0) Requirement already satisfied: nbclient<0.6.0,>=0.5.0 in /usr/lib/python3.9/site-packages (from nbconvert->jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (0.5.1) Requirement already satisfied: async_generator in /usr/lib/python3.9/site-packages (from nbclient<0.6.0,>=0.5.0->nbconvert->jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (1.10) Requirement already satisfied: nest_asyncio in /home/romjan1412/.local/lib/python3.9/site-packages (from nbclient<0.6.0,>=0.5.0->nbconvert->jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (1.5.1) Requirement already satisfied: webencodings in /usr/lib/python3.9/site-packages (from bleach->nbconvert->jupyter-server>=1.1.2->jupyter-kite>=2.0.0->jupyterlab-kite>=2.0.2) (0.5.1) Requirement already satisfied: pyparsing>=2.0.2 in /usr/lib/python3.9/site-packages (from packaging->jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (2.4.7) Requirement already satisfied: chardet>=3.0.2 in /home/romjan1412/.local/lib/python3.9/site-packages (from requests->jupyterlab-server~=2.0->jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (4.0.0) Requirement already satisfied: urllib3>=1.21.1 in /home/romjan1412/.local/lib/python3.9/site-packages (from requests->jupyterlab-server~=2.0->jupyterlab<4.0.0a0,>=3.0.0->jupyterlab-kite>=2.0.2) (1.26.3) Installing collected packages: jupyter-kite, jupyterlab-kite Successfully installed jupyter-kite-2.0.2 jupyterlab-kite-2.0.2
i enable the serverextension-> jupyter serverextension enable jupyter_kite
`Enabling: jupyter_kite
and now the serverextension and labextention
jupyter serverextension list
config dir: /home/romjan1412/.jupyter jupyter_nbextensions_configurator enabled \- Validating... jupyter_nbextensions_configurator 0.4.1 OK jupyter_kite enabled \- Validating... jupyter_kite 2.0.2 OK config dir: /etc/jupyter jupyterlab enabled \- Validating... jupyterlab 3.0.6 OK jupyter_nbextensions_configurator enabled \- Validating... jupyter_nbextensions_configurator 0.4.1 OK
jupyter labextension list
`JupyterLab v3.0.6 /home/romjan1412/.local/share/jupyter/labextensions @kiteco/jupyterlab-kite v2.0.2 enabled OK (python, jupyterlab_kite) @jupyter-widgets/jupyterlab-manager v3.0.0 enabled OK (python, jupyterlab_widgets)
Other labextensions (built into JupyterLab) app dir: /home/romjan1412/.local/share/jupyter/lab @jupyterlab/apputils v3.0.3 enabled OK @jupyterlab/git v0.30.0-beta.1 enabled OK
Uninstalled core extensions: @datalayer-jupyter/jupyterlab-git @jupyterlab/git @kiteco/jupyterlab-kite @ryantam626/jupyterlab_code_formatter jupyterlab-system-monitor nbdime-jupyterlab`
now browser console-log->
`[I 2021-02-03 09:40:53.809 ServerApp] jupyterlab | extension was successfully linked. [I 2021-02-03 09:40:53.837 LabApp] JupyterLab extension loaded from /home/romjan1412/.local/li b/python3.9/site-packages/jupyterlab [I 2021-02-03 09:40:53.837 LabApp] JupyterLab application directory is /home/romjan1412/.local /share/jupyter/lab [I 2021-02-03 09:40:53.840 ServerApp] jupyterlab | extension was successfully loaded. [I 2021-02-03 09:40:53.843 ServerApp] Serving notebooks from local directory: /media/Linux/Pro gramming/machineLearning [I 2021-02-03 09:40:53.843 ServerApp] Jupyter Server 1.2.2 is running at: [I 2021-02-03 09:40:53.843 ServerApp] http://localhost:8888/lab?token=3f90aa41c2de038af020f69e 0602eefcc3dfd4e717e8ffef [I 2021-02-03 09:40:53.843 ServerApp] or http://127.0.0.1:8888/lab?token=3f90aa41c2de038af020 f69e0602eefcc3dfd4e717e8ffef [I 2021-02-03 09:40:53.843 ServerApp] Use Control-C to stop this server and shut down all kern els (twice to skip confirmation). [C 2021-02-03 09:40:53.846 ServerApp]
To access the server, open this file in a browser:
file:///home/romjan1412/.local/share/jupyter/runtime/jpserver-19583-open.html
Or copy and paste one of these URLs:
http://localhost:8888/lab?token=3f90aa41c2de038af020f69e0602eefcc3dfd4e717e8ffef
or http://127.0.0.1:8888/lab?token=3f90aa41c2de038af020f69e0602eefcc3dfd4e717e8ffef
[W 2021-02-03 09:41:04.669 ServerApp] Config option template_path
not recognized by Exporte rCollapsibleHeadings
. Did you mean one of: extra_template_paths, template_name, template_pa ths
?
[W 2021-02-03 09:41:04.676 ServerApp] Config option template_path
not recognized by Exporte rCollapsibleHeadings
. Did you mean one of: extra_template_paths, template_name, template_pa ths
?
[W 2021-02-03 09:41:04.703 ServerApp] Config option template_path
not recognized by TocExpo rter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:04.708 ServerApp] Config option template_path
not recognized by TocExpo rter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:04.722 ServerApp] Config option template_path
not recognized by LenvsHT MLExporter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:04.732 ServerApp] Config option template_path
not recognized by LenvsHT MLExporter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:04.748 ServerApp] Config option template_path
not recognized by LenvsTo cHTMLExporter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:04.758 ServerApp] Config option template_path
not recognized by LenvsTo cHTMLExporter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:04.804 ServerApp] Config option template_path
not recognized by LenvsLa texExporter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:04.811 ServerApp] Config option template_path
not recognized by LenvsLa texExporter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:05.012 ServerApp] Config option template_path
not recognized by LenvsSl idesExporter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:05.019 ServerApp] Config option template_path
not recognized by LenvsSl idesExporter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:05.118 ServerApp] Config option template_path
not recognized by Exporte rCollapsibleHeadings
. Did you mean one of: extra_template_paths, template_name, template_pa ths
?
[W 2021-02-03 09:41:05.141 ServerApp] Config option template_path
not recognized by TocExpo rter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:05.152 ServerApp] Config option template_path
not recognized by LenvsHT MLExporter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:05.168 ServerApp] Config option template_path
not recognized by LenvsTo cHTMLExporter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:05.205 ServerApp] Config option template_path
not recognized by LenvsLa texExporter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:05.368 ServerApp] Config option template_path
not recognized by LenvsSl idesExporter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:05.498 ServerApp] Config option template_path
not recognized by Exporte rCollapsibleHeadings
. Did you mean one of: extra_template_paths, template_name, template_pa ths
?
[W 2021-02-03 09:41:05.506 ServerApp] Config option template_path
not recognized by Exporte rCollapsibleHeadings
. Did you mean one of: extra_template_paths, template_name, template_pa ths
?
[W 2021-02-03 09:41:05.533 ServerApp] Config option template_path
not recognized by TocExpo rter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:05.539 ServerApp] Config option template_path
not recognized by TocExpo rter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:05.550 ServerApp] Config option template_path
not recognized by LenvsHT MLExporter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:05.561 ServerApp] Config option template_path
not recognized by LenvsHT MLExporter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:05.578 ServerApp] Config option template_path
not recognized by LenvsTo cHTMLExporter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:05.589 ServerApp] Config option template_path
not recognized by LenvsTo cHTMLExporter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:05.631 ServerApp] Config option template_path
not recognized by LenvsLa texExporter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:05.636 ServerApp] Config option template_path
not recognized by LenvsLa texExporter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:05.843 ServerApp] Config option template_path
not recognized by LenvsSl idesExporter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:05.856 ServerApp] Config option template_path
not recognized by LenvsSl idesExporter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:05.959 ServerApp] Config option template_path
not recognized by Exporte rCollapsibleHeadings
. Did you mean one of: extra_template_paths, template_name, template_pa ths
?
[W 2021-02-03 09:41:05.981 ServerApp] Config option template_path
not recognized by TocExpo rter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:05.992 ServerApp] Config option template_path
not recognized by LenvsHT MLExporter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:06.007 ServerApp] Config option template_path
not recognized by LenvsTo cHTMLExporter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:06.044 ServerApp] Config option template_path
not recognized by LenvsLa texExporter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:06.206 ServerApp] Config option template_path
not recognized by LenvsSl idesExporter
. Did you mean one of: extra_template_paths, template_name, template_paths
?
[W 2021-02-03 09:41:06.242 ServerApp] 404 GET /lsp/status?1612323664141 (127.0.0.1) 1804.10ms
referer=http://127.0.0.1:8888/lab
[I 2021-02-03 09:41:06.244 LabApp] Build is up to date
[W 2021-02-03 09:41:06.248 ServerApp] 404 GET /lsp/status?1612323664152 (127.0.0.1) 4.15ms ref
erer=http://127.0.0.1:8888/lab
[W 2021-02-03 09:41:06.249 ServerApp] 404 GET /lsp/status?1612323664154 (127.0.0.1) 4.33ms ref
erer=http://127.0.0.1:8888/lab`
screenshot->
is there any step that i missed? or some steps that i didn't do properly?
yeah, I tried removing build_config.json
, but still no luck.
Hi, I'm new to jupyter-lab. I've installed jupyter-kite by running
pip install "jupyterlab-kite>=2.0.2"
cause my jupyterlab version is 3.0.6 . And when i run jupyter lab, i see those errors->i can see kite installed on my jupyter-lab extension tab. But it doesn't work.
os: Manjaro Linux x86_64
browser console:
terminal output (not the debug): ` [I 2021-01-31 16:36:38.852 ServerApp] jupyterlab | extension was successfully linked. [I 2021-01-31 16:36:38.877 LabApp] JupyterLab extension loaded from /home/romjan1412/.local/lib/python3.9/site-packages/jupyterlab [I 2021-01-31 16:36:38.877 LabApp] JupyterLab application directory is /home/romjan1412/.local/share/jupyter/lab [I 2021-01-31 16:36:38.879 ServerApp] jupyterlab | extension was successfully loaded. [I 2021-01-31 16:36:38.882 ServerApp] Serving notebooks from local directory: /media/Linux/Programming/machineLearning [I 2021-01-31 16:36:38.882 ServerApp] Jupyter Server 1.2.2 is running at: [I 2021-01-31 16:36:38.882 ServerApp] http://localhost:8888/lab?token=776c6e6e2ae87d461722fc1f0dee1668d2a0a7983778dadf [I 2021-01-31 16:36:38.882 ServerApp] or http://127.0.0.1:8888/lab?token=776c6e6e2ae87d461722fc1f0dee1668d2a0a7983778dadf [I 2021-01-31 16:36:38.882 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). [C 2021-01-31 16:36:38.885 ServerApp]
To access the server, open this file in a browser: file:///home/romjan1412/.local/share/jupyter/runtime/jpserver-9420-open.html Or copy and paste one of these URLs: http://localhost:8888/lab?token=776c6e6e2ae87d461722fc1f0dee1668d2a0a7983778dadf or http://127.0.0.1:8888/lab?token=776c6e6e2ae87d461722fc1f0dee1668d2a0a7983778dadf [W 2021-01-31 16:36:48.372 ServerApp] 404 GET /lsp/status?1612089408126 (::1) 10.14ms referer=http://localhost:8888/lab [W 2021-01-31 16:36:48.569 ServerApp] Config option
template_path
not recognized byExporterCollapsibleHeadings
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:48.576 ServerApp] Config optiontemplate_path
not recognized byExporterCollapsibleHeadings
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:48.597 ServerApp] Config optiontemplate_path
not recognized byTocExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:48.602 ServerApp] Config optiontemplate_path
not recognized byTocExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:48.612 ServerApp] Config optiontemplate_path
not recognized byLenvsHTMLExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:48.620 ServerApp] Config optiontemplate_path
not recognized byLenvsHTMLExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:48.633 ServerApp] Config optiontemplate_path
not recognized byLenvsTocHTMLExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:48.642 ServerApp] Config optiontemplate_path
not recognized byLenvsTocHTMLExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:48.677 ServerApp] Config optiontemplate_path
not recognized byLenvsLatexExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:48.683 ServerApp] Config optiontemplate_path
not recognized byLenvsLatexExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:48.847 ServerApp] Config optiontemplate_path
not recognized byLenvsSlidesExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:48.852 ServerApp] Config optiontemplate_path
not recognized byLenvsSlidesExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:48.936 ServerApp] Config optiontemplate_path
not recognized byExporterCollapsibleHeadings
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:48.954 ServerApp] Config optiontemplate_path
not recognized byTocExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:48.963 ServerApp] Config optiontemplate_path
not recognized byLenvsHTMLExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:48.976 ServerApp] Config optiontemplate_path
not recognized byLenvsTocHTMLExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:49.006 ServerApp] Config optiontemplate_path
not recognized byLenvsLatexExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:49.140 ServerApp] Config optiontemplate_path
not recognized byLenvsSlidesExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:49.250 ServerApp] Config optiontemplate_path
not recognized byExporterCollapsibleHeadings
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:49.256 ServerApp] Config optiontemplate_path
not recognized byExporterCollapsibleHeadings
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:49.278 ServerApp] Config optiontemplate_path
not recognized byTocExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:49.283 ServerApp] Config optiontemplate_path
not recognized byTocExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:49.291 ServerApp] Config optiontemplate_path
not recognized byLenvsHTMLExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:49.300 ServerApp] Config optiontemplate_path
not recognized byLenvsHTMLExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:49.311 ServerApp] Config optiontemplate_path
not recognized byLenvsTocHTMLExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:49.321 ServerApp] Config optiontemplate_path
not recognized byLenvsTocHTMLExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:49.355 ServerApp] Config optiontemplate_path
not recognized byLenvsLatexExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:49.361 ServerApp] Config optiontemplate_path
not recognized byLenvsLatexExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:49.528 ServerApp] Config optiontemplate_path
not recognized byLenvsSlidesExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:49.535 ServerApp] Config optiontemplate_path
not recognized byLenvsSlidesExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:49.619 ServerApp] Config optiontemplate_path
not recognized byExporterCollapsibleHeadings
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:49.636 ServerApp] Config optiontemplate_path
not recognized byTocExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:49.643 ServerApp] Config optiontemplate_path
not recognized byLenvsHTMLExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:49.655 ServerApp] Config optiontemplate_path
not recognized byLenvsTocHTMLExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:49.686 ServerApp] Config optiontemplate_path
not recognized byLenvsLatexExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:36:49.819 ServerApp] Config optiontemplate_path
not recognized byLenvsSlidesExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [I 2021-01-31 16:36:49.844 LabApp] Build is up to date [W 2021-01-31 16:36:49.850 ServerApp] 404 GET /lsp/status?1612089408131 (::1) 6.33ms referer=http://localhost:8888/lab [W 2021-01-31 16:36:49.851 ServerApp] 404 GET /lsp/status?1612089408134 (::1) 6.56ms referer=http://localhost:8888/lab [I 2021-01-31 16:36:51.491 ServerApp] Kernel started: 713294cc-c7a8-4f30-8a8c-084e3963cb79 [W 2021-01-31 16:37:09.402 ServerApp] 404 GET /lsp/ws (::1) 0.98ms referer=None [I 2021-01-31 16:39:47.684 ServerApp] Starting buffering for 713294cc-c7a8-4f30-8a8c-084e3963cb79:4e3d5116-72e2-46c7-8241-6da834aab4e4 [W 2021-01-31 16:39:50.633 ServerApp] Config optiontemplate_path
not recognized byExporterCollapsibleHeadings
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:50.640 ServerApp] Config optiontemplate_path
not recognized byExporterCollapsibleHeadings
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:50.662 ServerApp] Config optiontemplate_path
not recognized byTocExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:50.667 ServerApp] Config optiontemplate_path
not recognized byTocExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:50.676 ServerApp] Config optiontemplate_path
not recognized byLenvsHTMLExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:50.685 ServerApp] Config optiontemplate_path
not recognized byLenvsHTMLExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:50.696 ServerApp] Config optiontemplate_path
not recognized byLenvsTocHTMLExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:50.705 ServerApp] Config optiontemplate_path
not recognized byLenvsTocHTMLExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:50.740 ServerApp] Config optiontemplate_path
not recognized byLenvsLatexExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:50.745 ServerApp] Config optiontemplate_path
not recognized byLenvsLatexExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:50.912 ServerApp] Config optiontemplate_path
not recognized byLenvsSlidesExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:50.918 ServerApp] Config optiontemplate_path
not recognized byLenvsSlidesExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:51.007 ServerApp] Config optiontemplate_path
not recognized byExporterCollapsibleHeadings
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:51.024 ServerApp] Config optiontemplate_path
not recognized byTocExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:51.033 ServerApp] Config optiontemplate_path
not recognized byLenvsHTMLExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:51.046 ServerApp] Config optiontemplate_path
not recognized byLenvsTocHTMLExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:51.077 ServerApp] Config optiontemplate_path
not recognized byLenvsLatexExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:51.215 ServerApp] Config optiontemplate_path
not recognized byLenvsSlidesExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:51.324 ServerApp] Config optiontemplate_path
not recognized byExporterCollapsibleHeadings
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:51.331 ServerApp] Config optiontemplate_path
not recognized byExporterCollapsibleHeadings
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:51.353 ServerApp] Config optiontemplate_path
not recognized byTocExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:51.359 ServerApp] Config optiontemplate_path
not recognized byTocExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:51.367 ServerApp] Config optiontemplate_path
not recognized byLenvsHTMLExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:51.376 ServerApp] Config optiontemplate_path
not recognized byLenvsHTMLExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:51.387 ServerApp] Config optiontemplate_path
not recognized byLenvsTocHTMLExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:51.397 ServerApp] Config optiontemplate_path
not recognized byLenvsTocHTMLExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:51.432 ServerApp] Config optiontemplate_path
not recognized byLenvsLatexExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:51.437 ServerApp] Config optiontemplate_path
not recognized byLenvsLatexExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:51.605 ServerApp] Config optiontemplate_path
not recognized byLenvsSlidesExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:51.611 ServerApp] Config optiontemplate_path
not recognized byLenvsSlidesExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:51.695 ServerApp] Config optiontemplate_path
not recognized byExporterCollapsibleHeadings
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:51.712 ServerApp] Config optiontemplate_path
not recognized byTocExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:51.719 ServerApp] Config optiontemplate_path
not recognized byLenvsHTMLExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:51.732 ServerApp] Config optiontemplate_path
not recognized byLenvsTocHTMLExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:51.764 ServerApp] Config optiontemplate_path
not recognized byLenvsLatexExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:51.901 ServerApp] Config optiontemplate_path
not recognized byLenvsSlidesExporter
. Did you mean one of:extra_template_paths, template_name, template_paths
? [W 2021-01-31 16:39:51.925 ServerApp] 404 GET /lsp/status?1612089590313 (::1) 1384.35ms referer=http://localhost:8888/lab/tree/project01/heartd.ipynb [I 2021-01-31 16:39:51.929 LabApp] Build is up to date [W 2021-01-31 16:39:51.932 ServerApp] 404 GET /lsp/status?1612089590320 (::1) 2.69ms referer=http://localhost:8888/lab/tree/project01/heartd.ipynb [W 2021-01-31 16:39:51.934 ServerApp] 404 GET /lsp/status?1612089590325 (::1) 1.11ms referer=http://localhost:8888/lab/tree/project01/heartd.ipynb [W 2021-01-31 16:39:59.682 ServerApp] 404 GET /lsp/ws (::1) 0.92ms referer=None `jupyter labextension list `JupyterLab v3.0.6 /home/romjan1412/.local/share/jupyter/labextensions @kiteco/jupyterlab-kite v2.0.2 enabled OK (python, jupyterlab_kite)
Other labextensions (built into JupyterLab) app dir: /home/romjan1412/.local/share/jupyter/lab
-** jupyter serverextension list**
config dir: /home/romjan1412/.jupyter jupyter_nbextensions_configurator enabledi tried downgrading my jupyter-lab version to 2.2.9 and it didn't work either. Though my other editor (nvim, sublime,vscode) works fine with kite.