JuliaGizmos / Interact.jl

Interactive widgets to play with your Julia code
Other
522 stars 77 forks source link

Update README to install webio jupyter extensions via Conda instead of WebIO #408

Open jamblejoe opened 2 years ago

jamblejoe commented 2 years ago

From WebIO README:

# within a Julia REPL
using Conda
Conda.pip_interop(true)
Conda.pip("install", "webio_jupyter_extension")

is the way to install the webio_jupyter_extension python package.