Does anyone know if there is an option (or a proposed hack) for IPython laptops to automatically save before running a cell?
Many times I worked on something without saving for quite some time, then I execute a dumb command that prints so much crap on the console that my browser becomes unresponsive, which leads to the fact that I lose all my work.
Temporary autosave can also do the trick.
In the development version, this function is fully implemented. Install it following the instructions of ipython github .
Instructions form a repo:
, . IPython, (, virtualenv), pip :
$ git clone --recursive https://github.com/ipython/ipython.git $ cd ipython $ pip install -e ".[notebook]"
IPython , :
$ ipython notebook
iPython Notebook , iPython Notebook; , , %matplotlib inline ( --pylab inline $ipython notebook).
%matplotlib inline
--pylab inline
$ipython notebook
mac, iPython Notebook conda:
$conda update ipython
, :
%autosave 60
to automatically save your notebook every 60 seconds.
Source: https://habr.com/ru/post/1524977/More articles:Xamarin studio - set default search to case insensitive? - xamarin-studioReal-time drawing in Qt - c ++ะะปะพะบ ััะธะปััะพะฒ - cssC / C ++ Preprocessor - "Charify" - cWhy am I getting a Soap exception? - c #How to get profile picture in Google Plus account? - google-plusGoogle plus (Get Figure URL) - androidWeb.config converts moving namespace declarations - c #Is there any dart equivalent for jquery? - jqueryTPL Dataflow: design for parallelism while maintaining order - c #All Articles