trungleduc / jupyter_app_launcher

A JupyterLab extension to create custom launcher entries.
https://jupyter-app-launcher.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
53 stars 11 forks source link

How to use it in Windows #51

Closed Orochi-Adde closed 7 months ago

Orochi-Adde commented 7 months ago

image image

Unable to find the extended configuration path in the window environment

Orochi-Adde commented 7 months ago

Add "JUPYTER-APP-LAUNCHER-PATH" to the environment variable, pointing to the manually created "jp_app_launcher. yaml" in the specified directory.

I manually created the "jupyter_app_launcher" directory in "C:\Users\username. jupyter" and pointed it to it in the environment variable, allowing jupyterlab to successfully add the launcher image image image

trungleduc commented 7 months ago

You need to create the config file by yourself in the default path since the file name is not fixed. If you use the environment variable to define the config location, you can set it to anywhere, no need to be in the jupyter path