Skip to content

Unable to save new notebooks #2576

Discussion options

You must be logged in to vote

Pluto has nothing to do with it. Julia's default start up folder is "C:\WINDOWS\System32", and Pluto tries to save new notebooks there.

The solution is to change the folder before starting Pluto.

pwd()
cd("C:\\Users\\Ronald\\.julia\\pluto_notebooks")
pwd()
using Pluto; Pluto.run()

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by oddron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant