+ 1
Python file path
Ok, I use Anaconda Navigator(Jupyter), when ever I'm done coding, each time I save my work and shut down my system, all my work gets saved and I'm never able to work on them. How can I save each work done in my choice file path? How do I recall previously worked projects?
2 Respuestas
0
You can save a notebook to a location of your choice by using the "File" -> "Download as" -> "Notebook (.ipynb)" option from the menu.
0
Chirag Kumar thanks alot.