We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I open some-notebook.ipynb in /home/jovyan/some-folder from the Files tab, the working directory for the kernel will be /home/jovyan/some-folder.
some-notebook.ipynb
/home/jovyan/some-folder
If I open some-notebook.ipynb while browsing using the GitHub tab, it seems like the working directory for the kernel will always be /home/jovyan.
/home/jovyan
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behaviour
If I open
some-notebook.ipynb
in/home/jovyan/some-folder
from the Files tab, the working directory for the kernel will be/home/jovyan/some-folder
.Unexpected behaviour
If I open
![jupyterlab-github-cwd](https://user-images.githubusercontent.com/3837114/38176203-3d783474-35eb-11e8-9209-af2cb8ebd110.gif)
some-notebook.ipynb
while browsing using the GitHub tab, it seems like the working directory for the kernel will always be/home/jovyan
.The text was updated successfully, but these errors were encountered: