jupyter-playground icon indicating copy to clipboard operation
jupyter-playground copied to clipboard

Failed to load the jupyterlab-git server extension

Open JupyterPS opened this issue 4 years ago • 6 comments

When I run this \forked\ repo I get the following message as it finishes building

Failed to load the jupyterlab-git server extension gitcommand not found - please ensure you have Git > 2 installed

Please help if possible

JupyterPS avatar Sep 27 '20 17:09 JupyterPS

Gonna try redoing this

teachjing avatar Feb 06 '21 04:02 teachjing

Thank you......while you are there I hope you are able to recognize/solve the following question I have laid out on Microsofts Q&A site: Cmdlet out-display in Powershell stopped working

Making a rebuild of my GITHUB repository running DOCKER in BINDER to get a fresh NOTEBOOK in JUPYTERLAB I had to use a new version of .NETS interactive tool:

global Microsoft.dotnet-interactive --version 1.0.155302 --add-source "https://dotnet.myget.org/F/dotnet-try/api/v3/index.json";

In the new notebook I noticed that: The cmdlet Out-display and Out-Display -CustomMimeType stopped working handling HTML code PS: You used version 1.0.131806 in your first dockerfile. Do you think the new version could affect the above question?

JupyterPS avatar Feb 06 '21 06:02 JupyterPS

Thank you......while you are there I hope you are able to recognize/solve the following question I've laid out on Microsofts Q&A site:


Cmdlet out-display in Powershell stopped working

Making a rebuild of my GITHUB repository running DOCKER in BINDER to get a fresh NOTEBOOK in JUPYTERLAB I had to use a new version of .NETS interactive tool:

global Microsoft.dotnet-interactive --version 1.0.155302 --add-source "https://dotnet.myget.org/F/dotnet-try/api/v3/index.json";

In the new notebook I noticed that: The cmdlet Out-display and Out-Display -CustomMimeType stopped working handling HTML code


PS: You used version 1.0.131806 in your first dockerfile. Do you think the new version could affect the above question? 🙂


Fra: Jing [email protected] Sendt: 6. februar 2021 05:46 Til: jingsta/jupyter-playground [email protected] Cc: Henning Reckey [email protected]; Author [email protected] Emne: Re: [jingsta/jupyter-playground] Failed to load the jupyterlab-git server extension (#1)

Gonna try redoing this

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/jingsta/jupyter-playground/issues/1#issuecomment-774398698, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQTVIMH5IKKSKQJOF6FW243S5TCRXANCNFSM4R3VN3KQ.

JupyterPS avatar Feb 06 '21 06:02 JupyterPS

Yeah it happened to me too! I think it is the new version but I am trying to figure it out. It all happened when I tried adding rust and trying to get the github stuff working. I think I am almost there.

What do you use outdisplay for

teachjing avatar Feb 08 '21 17:02 teachjing

So far I have covered the following themes, since I first ran into your Powershell tutorials 1-15 and I still remember your line:

                        #### The magic of the `Out-Display` cmdlet   ==>    in your HTML.ipynb

Now I'm going to see what HTML/CSS can do to live Jupyterlab up a little 😊

PYTHON * POWERSHELL JUPYTERRLAB (coming up next) HTML/CSS

  • Matplotlib * - Xplot - Github
  • Numpy * - Git
  • Pyplot * - Binder
  • Scipy * - Docker
  • Pandas * - Markdown
  • Plotly * - Latex

Thank you again for your time and it has been an exiting journey


Fra: Jing [email protected] Sendt: 8. februar 2021 18:22 Til: jingsta/jupyter-playground [email protected] Cc: Henning Reckey [email protected]; Author [email protected] Emne: Re: [jingsta/jupyter-playground] Failed to load the jupyterlab-git server extension (#1)

Yeah it happened to me too! I think it is the new version but I am trying to figure it out. It all happened when I tried adding rust and trying to get the github stuff working. I think I am almost there.

What do you use outdisplay for

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/jingsta/jupyter-playground/issues/1#issuecomment-775307767, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQTVIMGVQQGH6FXZV2ZZKZDS6AMVHANCNFSM4R3VN3KQ.

JupyterPS avatar Feb 08 '21 20:02 JupyterPS

I think the latest one works if you build it. I have to remove Jupyter lab and install Jupyterlab-git to get it working. It works locally but not on mybinders.com.

teachjing avatar Feb 10 '21 00:02 teachjing