Replies: 1 comment
-
So what you most likely want is to specify the LIVEBOOK_HOME env var when starting it. :) We cannot change the LIVEBOOK_HOME on the script run because otherwise a later run would override an earlier run. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For example, when using an open-command, and a directory is passed (e.g.
~/foo/bar
), and I save a new notebook as a file,the save dialog should be opened at the same directory used in the open command (
~/foo/bar
), not the home directory.I think this is more user friendly, as basically any other editor will default to the current directory/workspace location for new files.
Beta Was this translation helpful? Give feedback.
All reactions