Issue
I am new to Python. I start learning it with Jupyter notebook. It is very useful to test python code at the same time I can document what I've learned with markdown supported by Jupiter.
Until I started with module/package I noticed that every file ends with " notebook extension .ipynb. I understand that in order for Jupyter to have this good-looking visualization it has to store the file in some kind of format.
is there any solution to create a raw python file using Jupyter?
I am ok if I have to install other plugins to accomplish this.
Solution
If you created a jupyter notebook (.ipynb), and your goal is to create a python executable file (.py) from it, you can directly use the menu option from "File > Download as > Python (.py)" as shown below.
Answered By - Raj006
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.