Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pangoraw committed Dec 2, 2023
1 parent 54bb16c commit cf88340
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/runner/Loader.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
#
# This is difficult because PlutoRunner uses standard libraries and packages that are not necessarily available in the standard environment.
#
# Our solution is to create a temporary environment just for loading PlutoRunner. This environment is stored in `.julia/environments/__pluto_book_v*_*/`, and used by all notebook launches. Reusing the environment means extra speed.
# Our solution is to create a temporary environment just for loading PlutoRunner. This environment is stored in a scratchspace parameterized by the Pluto version and julia version,
# and used by all notebook launches. Reusing the environment means extra speed.


begin
Expand Down

0 comments on commit cf88340

Please sign in to comment.