Skip to content

Commit

Permalink
warning about using PlutoRunner in your code
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Oct 25, 2024
1 parent ac2c422 commit bce6174
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/runner/PlutoRunner/src/PlutoRunner.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"""
!!! danger "Danger zone"
Hello! Nice to see that you are interested in how Pluto works!
Be careful when using `PlutoRunner` for your project, nothing in this module is public API, and things might suddenly break in a future Pluto version.
Instead, try to use AbstractPlutoDingetjes.jl and PlutoHooks.jl to achieve your goal – this is our public API.
"""
module PlutoRunner

export @bind
Expand Down

0 comments on commit bce6174

Please sign in to comment.