Open bebopimpromptu opened 2 years ago
Hi, I cannot reproduce the issue (%run works on my machine). The problem might be with the actual path, or maybe the quotes.
Hi. Thanks for your answer.
I attached a screenshot, maybe it helps.
The thing is that the error says about a .py file not found instead a .ipynb files.
The main problem, I think, is that the path "/Users/jlcb/Desktop/tableF..." does not exist. Files are not organized that way on the iPad. You can specify a local path, such as "lib_to_run.ipynb", or with folders: "TELCOpy/lib_to_run.ipynb".
Thanks. I will look.
I noticed that I had to upload the file. It works now. Thanks
Hi. I'm new on Carnets, so probably the answer to my question is an easy one.
When I try to run an ipynb file from the Jupyter notebook:
%run 'path/file.ipynb'
it says:
Exception: File `'path/file.ipynb.py'´not found.
What line command do I have to write?
Thanks.