Jupyter2Pluto.jl

Convert a Jupyter notebook to Pluto notebook (vice versa)
Author vdayanand
Popularity
32 Stars
Updated Last
1 Year Ago
Started In
July 2020

Jupyter2Pluto

convert Jupyter notebook into Pluto.jl notebook

    ] add http://github.com/vdayanand/Jupyter2Pluto.jl
    using Jupyter2Pluto
    jupyter2pluto("sample.ipynb")

Pluto notebook sample.jl will be created in the working directory

convert Pluto.jl notebook into Jupyter notebook

    pluto2jupyter("sample.jl")

Jupyter notebook sample.ipynb will be created in the working directory

Used By Packages

No packages found.