-
Notifications
You must be signed in to change notification settings - Fork 323
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
git panel not visible #835
Comments
Same for me also. |
Thank you for reporting the bug. @BlaneG the trace you reported does not contain any bug unfortunately. Could anyone report here error from the server log (try first without the To open the webbrowser console: |
"webbrowser message"
"Build failed with 504, please run 'jupyter lab build' on the server for full output"
Failed to load the jupyterlab-git server extension |
@vilaspmahajan please refer to the documentation Troubleshooting |
(base) jovyan@jupyter-vilas-20mahajan:~$ jupyter lab build --debug [LabBuildApp] Yarn configuration loaded. [LabBuildApp] > node /opt/conda/lib/python3.8/site-packages/jupyterlab/staging/yarn.js yarn-deduplicate -s fewer --fail [LabBuildApp] > node /opt/conda/lib/python3.8/site-packages/jupyterlab/staging/yarn.js [LabBuildApp] > node /opt/conda/lib/python3.8/site-packages/jupyterlab/staging/yarn.js run build:prod:minimize
Child |
@vilaspmahajan you error states that you are probably missing/having error on the server side. Could you report the output of
|
(base) jovyan@jupyter-vilas-20mahajan:~$ jupyter serverextension list I am using |
@BlaneG, I look too quickly at your first message. Now I see, those lines should not be there:
My best guess is to remove jupyterlab-git and nbdime Python and Javascript code. And then reinstall jupyterlab-git with @vilaspmahajan are you extending the docker image to add jupyterlab-git? If not you should do that rather than installing it within the container. @theevann Best guess JupyterLab is not built properly, try rebuilding it. There is something wrong with your installation as nbdime should be installed as a dependency of juptyerlab_git but it does not appear in the serverextension list. Please open separate issues, the consequence can be similar but the root cause are numerous (for instance your are not using the same OS). |
@fcollonval Thanks. Working Now. |
Closing this one assuming the provided information allowed the author to solve the issue. |
This is not solved for me. I have same issue in 2 environments: Linux and Windows. My Linux environment: $ pip list -v | grep jupyter
jupyter_client 8.3.1 /home/the_user/.local/lib/python3.11/site-packages pip
jupyter_core 5.3.1 /home/the_user/.local/lib/python3.11/site-packages pip
jupyter-events 0.6.3 /home/the_user/.local/lib/python3.11/site-packages pip
jupyter-lsp 2.2.0 /home/the_user/.local/lib/python3.11/site-packages pip
jupyter_server 2.7.3 /home/the_user/.local/lib/python3.11/site-packages pip
jupyter-server-mathjax 0.2.6 /home/the_user/.local/lib/python3.11/site-packages pip
jupyter_server_terminals 0.4.4 /home/the_user/.local/lib/python3.11/site-packages pip
jupyter-telemetry 0.1.0 /home/the_user/.local/lib/python3.11/site-packages pip
jupyterhub 4.0.2 /home/the_user/.local/lib/python3.11/site-packages pip
jupyterlab 4.0.5 /home/the_user/.local/lib/python3.11/site-packages pip
jupyterlab_git 0.42.0 /home/the_user/.local/lib/python3.11/site-packages pip
jupyterlab-pygments 0.2.2 /home/the_user/.local/lib/python3.11/site-packages pip
jupyterlab_server 2.24.0 /home/the_user/.local/lib/python3.11/site-packages pip $ jupyter labextension list
JupyterLab v4.0.5
/home/the_user/.local/share/jupyter/labextensions
jupyterlab_pygments v0.2.2 enabled X (python, jupyterlab_pygments)
nbdime-jupyterlab v2.2.0 enabled X
@jupyterlab/git v0.42.0 enabled X (python, jupyterlab-git)
The following extensions are outdated:
jupyterlab_pygments
nbdime-jupyterlab
@jupyterlab/git
Consider checking if an update is available for these packages. |
@avibrazil you use JupyterLab 4.0 but this extension does not support JupyterLab 4.0 yet, please see and subscribe to issue #1245. |
man, you're a lifesaver!!!! |
Description
The git panel is not visible after installing the jupyterlab git extension and running
jupyter lab build
.jupyterlab-git 0.23.2 pyhd8ed1ab_0 conda-forge
JupyterLab v2.2.9
Known labextensions:
app dir: C:\Users\b_gra.conda\envs\analytics\share\jupyter\lab
@jupyter-widgets/jupyterlab-manager v2.0.0 enabled ok
@jupyterlab/git v0.23.2 enabled ok
jupyterlab-plotly v4.9.0 enabled ok
nbdime-jupyterlab v2.0.1 enabled ok
Uninstalled core extensions:
@jupyterlab/git
nbdime-jupyterlab
git version 2.20.1.windows.1
Windows 10 Pro
Command Line Output
Browser Output
The text was updated successfully, but these errors were encountered: