-
-
Notifications
You must be signed in to change notification settings - Fork 322
Closed
Labels
almost closedenhancementNew feature or requestNew feature or requestother packagesIntegration with other Julia packagesIntegration with other Julia packages
Milestone
Description
I'm a computational scientist, so I often have a workflow where I'm simultaneously writing a Julia package, and then using a notebook to run experiments & make plots as I change stuff. Using Tim Holy's Revise.jl is really useful here, as you can edit functions & all it just works.
In a Jupyter notebook, this workflow requires a first cell something like:
using Revise
using Pkg
Pkg.activate("../")
using MyPackage
However, this doesn't seem to work in Pluto. It doesn't give any errors, but also Revise.jl does not automatically update. Instead you have to shut down & restart the kernel as you make edits.
Am I doing something wrong, or is there some fundamental incompatibility with Revise.jl?
fonsp, arlk, barucden, goretkin, maartenvd and 9 more
Metadata
Metadata
Assignees
Labels
almost closedenhancementNew feature or requestNew feature or requestother packagesIntegration with other Julia packagesIntegration with other Julia packages