Skip to content

arnavrneo/getipynb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image info

getipynb - A python module to convert .py to .ipynb

getipynb is a python module which aims to solve the very common problem of opening .py files in jupyter notebook in an executable form. It ends the problem of copy and pasting the whole of your .py code into the jupyter notebooks.

Installation

Dependencies

Python (>= v3.7)

User Installation

The easiest way to install is by using pip:

pip install getipynb

Usage

To use it, open the python terminal and type:

from ipack import getipynb

And then:

getipynb.convert(file_address)

It will create the jupyter equivalent notebook in the same directory.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages