fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
5k stars 293 forks source link

Unable to save or detect root folder / project #3030

Open feribg opened 1 month ago

feribg commented 1 month ago

https://github.com/user-attachments/assets/7da76a01-4bd1-464b-bbee-0aacbc5e5d93

When i have an already existing project and i run the julia shell from it then start Pluto from it, it:

I have the latest pluto and julia versions. Its a bit weird as this is my first experience with it and i just can't get it to work the way i intend to. I did read the docs about changing the project but that doesn't work based on the above unless i hardcode the path and i dont want to do that.

fonsp commented 6 days ago

Thanks for posting the issue! Can you record a video demonstrating that saving does not work?

fonsp commented 6 days ago

The pwd-related issues are all intentional, because the notebook is not saved somewhere. We purposefully set the pwd to the notebook's file location.