kiteco / issue-tracker

User-reported issues for Kite
https://Kite.com
1.75k stars 136 forks source link

Kite is not working with jupyterlab 3.0.6 #570

Open RomjanHossain opened 3 years ago

RomjanHossain commented 3 years ago

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-> Screenshot_20210131_163658Screenshot_20210131_163716

i can see kite installed on my jupyter-lab extension tab. But it doesn't work.

Other labextensions (built into JupyterLab) app dir: /home/romjan1412/.local/share/jupyter/lab -** jupyter serverextension list** config dir: /home/romjan1412/.jupyter jupyter_nbextensions_configurator enabled

i 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.

edzkite commented 3 years ago

@RomjanHossain What's the output of jupyter server extension list? With JupyterLab 3.0+, the command was slightly modified.

leopoldsw commented 3 years ago

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
edzkite commented 3 years ago

@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!

RomjanHossain commented 3 years ago

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. Screenshot_20210202_110403

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.

edzkite commented 3 years ago

@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.

RomjanHossain commented 3 years ago

I've followed those steps, but still, it doesn't solve the problem. here's those step i took->

  1. pip uninstall jupyter-kite 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
  2. I tried again to check no jupyter-kite installed on pc pip uninstall jupyter-kite WARNING: Skipping jupyter-kite as it is not installed.
  3. then jupyter labextension uninstall @kiteco/jupyterlab-kite Uninstalling @kiteco/jupyterlab-kite from /home/romjan1412/.local/share/jupyter/lab/extensions Building jupyterlab assets (production, minimized)
  4. checking lab extension 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`

  1. checking server extension list jupyter serverextension list `config dir: /home/romjan1412/.jupyter jupyter_nbextensions_configurator enabled
    • Validating... jupyter_nbextensions_configurator 0.4.1 OK jupyter_kite enabled
    • Validating... Error loading server extension jupyter_kite X is jupyter_kite importable? config dir: /etc/jupyter jupyterlab enabled
    • Validating... jupyterlab 3.0.6 OK jupyter_nbextensions_configurator enabled
    • Validating... jupyter_nbextensions_configurator 0.4.1 OK`
  2. Then I removed all jupyter-kite references from .jupyter config. and after that jupyter serverextension list `config dir: /home/romjan1412/.jupyter jupyter_nbextensions_configurator enabled
    • Validating... jupyter_nbextensions_configurator 0.4.1 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 @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`

  1. 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

  2. i enable the serverextension-> jupyter serverextension enable jupyter_kite `Enabling: jupyter_kite

  1. 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`

  2. 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`

  3. screenshot-> Screenshot_20210203_094341

is there any step that i missed? or some steps that i didn't do properly?

edzkite commented 3 years ago

@RomjanHossain Could you try this?

RomjanHossain commented 3 years ago

yeah, I tried removing build_config.json, but still no luck.