Missing code file when using jupyter-lab
See original GitHub issue- Weights and Biases version: 0.8.8
- Python version: 3.7
- Operating System: docker, ubuntu, jupyter-lab
Description
When using the attached notebook I get the following error:
FileNotFoundError: [Errno 2] No such file or directory: '/app/notebooks/wandb/run-20190815_122626-y9w00bpa/code/notebooks/wandb.ipynb'
When looking into the /app/notebooks/wandb/run-20190815_122626-y9w00bpa/code/
directory, one can see that the file is indeed missing. It seems that wandb couldn’t copy the current notebook file into the wandb directory.
Is there an error how I’m using wandb or is this a bug?
What I Did
See notebook: wandb.ipynb
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
File not found error shown in browser when starting Jupyter ...
Description. When starting Jupyter Lab, a page is opened in the browser that says "file not found".
Read more >JupyterLab Notebook cells going missing - Stack Overflow
I am using quite large notebooks in JupyterLab to run Python code. They contain many Markdown cells with text and some images.
Read more >Working with Files — JupyterLab 3.6.0b0 documentation
Right-click on a file or directory and select “Copy Path” to copy the filesystem relative path.
Read more >Solve problems with Jupyter Notebooks - coursera.support
Find missing work. If your Jupyter Notebook files have disappeared, it means the course staff published a new version of a given notebook...
Read more >JupyerLab CLI command overview — Mastering JupyterLab
A logger with the name of this application set to ``DEBUG`` level. This example adds a new handler that writes to a file:...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I have a fix for this coming out in 0.8.9. You can install the cli from master to use the fix now, you don’t need to specify the notebook name:
pip install --upgrade git+git://github.com/wandb/client.git@master#egg=wandb
Issue-Label Bot is automatically applying the label
bug
to this issue, with a confidence of 0.69. Please mark this comment with 👍 or 👎 to give our bot feedback!Links: app homepage, dashboard and code for this bot.