Read files from jupyterOnline -Not found

Hello iam new on jupyter. I use the online playground to get familiar with python.
does anyone know how i can get access to the jupiter file directory?
I get an error that the file cannot be found by jupiter

Yep, that’s a known issue on jupyterlite, which powers some of the demos on jupyter.org: pandas.read_csv("iris.csv") FileNotFound · Issue #119 · jupyterlite/jupyterlite · GitHub

Basically, we need to get the “server contents” into the “virtual machine” where the kernel runs. The reason for the quotes: all of these things are happening in the browser, but there are various boundaries in the way.

3 Likes

Hey, i forgot to say Thank you. This helped me!

2 Likes

Of note, as people are still referencing this elsewhere:

This was fixed in jupyterlite 0.1.0b10, and has been refined since then.