MathInspector / MathInspector

A visual programing environment for scientific computing with python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Impossible to reset autosaved project

EtienneDesticourt opened this issue · comments

Hi,

I do not know how to reset mathinspector, so everytime my project gets corrupted I have to start a new env and reinstall it.
I looked into the code, in util.config and it was unclear where the autosave was supposed to be. I looked in my local folder and couldn't find, I think it might be in the site-packages folder or my venv which is very inaccessible.

As a user I'd expect there to be a math file that I can delete manually to start over, or a UI option to reset both the project & locals/globals.

Cheers

I noticed this as well. I have added an entire command line interface, and one of the options is

$ mathinspector --reset-autosave

which will do this.

Keep these issues coming, I love it! I almost have them all fixed, will be pushing a PR later today I expect