Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Berg <[email protected]>
  • Loading branch information
fonsp and Pangoraw authored Aug 22, 2024
1 parent 5de19c7 commit d6f7b55
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/runner/PlutoRunner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@ The package environment that this file is loaded with is the NotebookProcessProj

# SOME EXTRA NOTES

1. The entire PlutoRunner should be a single file.
2. Restrict the communication between this PlutoRunner and the Pluto server to only use *Base Julia types*, like `String`, `Dict`, `NamedTuple`, etc.

These restriction are there to allow flexibility in the way that this file is
loaded on a runner process, which is something that we might want to change
in the future.
Restrict the communication between PlutoRunner and the Pluto server to only use *Base Julia types*, like `String`, `Dict`, `NamedTuple`, etc.

# DEVELOPMENT TIP
If you are editing this file, you cannot use Revise unfortunately.
Expand Down

0 comments on commit d6f7b55

Please sign in to comment.