question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
vanpeltcommented, Aug 18, 2019

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

2reactions
issue-label-bot[bot]commented, Aug 15, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found