You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default working directory is set to a different folder than user home. But launching new session reverts to user home. Launching Jupyterlab from terminal by jlab --working-dir [directory] does launch a session in directory but launching it from the app reverts is back to user home.
Reproduce
Launch Jupyterlab Desktop
Settings → Server → Default working directory: /Users/[username]/Library/CloudStorage/Dropbox
Apply & restart
New session → Starts in home folder
Expected behavior
To be able to set the default working directory and have Jupyterlab launch in that folder every time
The text was updated successfully, but these errors were encountered:
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
@gaksaray thanks for reporting this. I am able to reproduce the issue. It must have been broken during a refactoring. We will patch it in the next version.
Description
Default working directory is set to a different folder than user home. But launching new session reverts to user home. Launching Jupyterlab from terminal by
jlab --working-dir [directory]
does launch a session indirectory
but launching it from the app reverts is back to user home.Reproduce
/Users/[username]/Library/CloudStorage/Dropbox
Expected behavior
To be able to set the default working directory and have Jupyterlab launch in that folder every time
The text was updated successfully, but these errors were encountered: