Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to save .ipynb file?
#1
This is a beginner question. I am practicing some python prgramming codes in Juypter and trying to save the codes for future reference. I can save it but not sure how to save it in a certain location as .ipynb files?

Thanks in advance.
Reply
#2
There is a menu on the top.
In the File, there is "Download as" and you can choose.
In fact, .jpynb is just a JSON.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#3
As mention you download, the file will be in download folder of your OS.
To share Notebook on web,copy all contend of .ipynb(JSON),paste into Gist --> Create public Gist.
The link that Gists make paste link into nbviewer.
Then get a link like this of your Notebook.

If have a Repo on GitHub/BitBucket it will display the rendered version of .ipynb files.
Reply
#4
Got it - Thank you wavic and snippsat.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Open/save file on Android frohr 0 349 Jan-24-2024, 06:28 PM
Last Post: frohr
  how to save to multiple locations during save cubangt 1 572 Oct-23-2023, 10:16 PM
Last Post: deanhystad
  save values permanently in python (perhaps not in a text file)? flash77 8 1,265 Jul-07-2023, 05:44 PM
Last Post: flash77
  Save and Close Excel File avd88 0 3,108 Feb-20-2023, 07:19 PM
Last Post: avd88
  Save multiple Parts of Bytearray to File ? lastyle 1 971 Dec-10-2022, 08:09 AM
Last Post: Gribouillis
Sad Want to Save Print output in csv file Rasedul 5 11,037 Jan-11-2022, 07:04 PM
Last Post: snippsat
  How to save Matplot chart to temp file? Morkus 2 4,570 Jun-12-2021, 10:52 AM
Last Post: Morkus
  How to save modification of a file in original file not a new one? mjrezayani 3 3,064 Jun-04-2021, 01:28 PM
Last Post: snippsat
  How to save some results in .txt file with Python? Melcu54 4 7,379 May-26-2021, 08:15 AM
Last Post: snippsat
  How to design a save file format? philipbergwerf 5 4,177 Apr-26-2021, 07:39 PM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020