holzschu / Carnets

Carnets is a stand-alone Jupyter notebook server and client. Edit your notebooks on the go, even where there is no network.
https://holzschu.github.io/Carnets_Jupyter/
BSD 3-Clause "New" or "Revised" License
546 stars 31 forks source link

Terminal Error #313

Open route2021 opened 8 months ago

route2021 commented 8 months ago

Version 1.8.0 (234) Carnets/Carnets plus on all devices: When I try to open the terminal in Jupyterlab, I get "Launcher Error Unhandled error"

holzschu commented 8 months ago

That makes sense: terminals cannot work inside Carnets, and they have been disabled in the command line: --ServerApp.terminals_enabled=False. I have a question, though: how did you try to open the terminal in Jupyterlab? I've looked at the Jupyterlab interface, and I don't see any place that says "Open Terminal"?

route2021 commented 8 months ago

In case I expressed myself incorrectly: IMG_0318

holzschu commented 8 months ago

I am getting more confused: how did you get to this user interface? When I click “Open in jupyterlab”, I see the following: image

route2021 commented 8 months ago

Pushing the plus button:

IMG_0320

holzschu commented 8 months ago

Thank you very much, I got it now. The "Terminal" button should not be there (since terminals are disabled), but I cannot remove it. I'm going to try a few things.

route2021 commented 8 months ago

For me you don't need to hide the button. I was just confused because I like to use this terminal function on my PC. Thanks for your information!