jupyterlab / jupyterlab-desktop

JupyterLab desktop application, based on Electron.
BSD 3-Clause "New" or "Revised" License
3.74k stars 359 forks source link

Is it possible to use JupyterLab desktop completely offline? #852

Open tomatosauce-man opened 3 months ago

tomatosauce-man commented 3 months ago

I ask using a translation app because I am not very good at English. So, I apologize in advance.

I am a beginner in using "JupyerLab desktop" and am also a beginner in programming.

What I want to do using JupyterLab desktop is machine learning research, mainly using scikit-learn.

When conducting research, I basically work in a place that can be connected to an online environment, but there are times when I need to work in an offline environment as well.

However, when I try to open an ipynb file from the list of recently opened files on the app's start screen in an offline environment, it stops at "create new session" and an error message is displayed.

The same behavior also occurs when trying to create a new notebook or session in an offline environment.

Can "JupyterLab desktop" be used in a completely offline environment?

I would appreciate it if you could let me know if there is a solution. Thank you.

JasonWeill commented 3 months ago

@tomatosauce-man JupyterLab, and JupyterLab Desktop, should function on a computer with no network connectivity.

JasonWeill commented 3 months ago

In JupyterLab Desktop version 4.2.1-1, I can start the app, create a new notebook, and run a cell without any network connectivity. I'm on macOS "Sonoma" 14.5.

@tomatosauce-man Which operating system and version are you using with JupyterLab Desktop?

tomatosauce-man commented 3 months ago

@JasonWeill Thank you for reply. OS is Windows 11 Pro 23H2 JupyterLab Desktop version is 4.2.1-1

I'm wondering if this is due to the Python library or if there is something I've overlooked in the settings for the JupyterLab Desktop app.

psychemedia commented 3 months ago

Related question: can jupyterlab-desktop run or be configured to run as a "portable app" from a DVD-ROM or USB drive?