Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 494 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 494 Bytes

calculus-visualized

Collection and visualization of basic Calculus concepts in interactive notebooks

Julia dependencies

  • Pluto
  • Zygote

How to use

Open a Julia terminal and start Pluto

import Pluto; Pluto.run()

Pluto will open in your default browser. Use its interface to navigate to the noteboook you want to explore. When done, close all tabs and finish the Pluto process by typing ctrl + c in the Julia REPL terminal.

Pluto should take care of all dependencies.