Skip to content

rojesh-shikhrakar/Pluto2Jupyter.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pluto2Jupyter.jl

Pluto2Jupyter converts Pluto Notebooks to Jupyter Notebooks and vice versa.

Usage

Convert "myfile.jl" Pluto Notebook to "myfile.ipynb" Jupyter notebook

jl2nb("myfile.jl")

Convert "myfile.ipynb" Jupyter Notebook to "myfile.jl" Pluto notebook

nb2jl("myfile.ipynb")

Key Features

  • Cell Structures are kept intact
    • Markdown are wrapped around md"""triple quotes"""
    • Multiple Expressions wrapped around begin-end block
  • Skips Cells begining with ; or ?
  • No Python Dependency

Potential Issues

  • Pluto doesnot allow multiple definition for same variable name in different blocks but jupyter notebook does.

About

Pluto to Jupyter Notebook converter and vice versa

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published