Skip to content

Cell disabling at notebook startup #1205

Discussion options

You must be logged in to vote

Persistent disabling would be great indeed.

The disabled code still stays active in the notebook.jl file itself
so that it is executed if the notebook.jl file is run as a standard Julia file.

Just to fuel the discussion, I'd prefer the opposite.
Disabled cells can become obsolete, as they are not executed by Pluto.
So to me they are in the limbo, and should not be executed in the repl.
(Only cells that actually run in Pluto would be run when the file is included in the repl).

Technically, disabled cell code could be wrapped in a multi-line comment, as

# ╔═╡ 45fab7a0-9076-11eb-284b-9b712e6f3d46
#=╠═ Cell manually disabled in Pluto (or "Cell disabled by Pluto because it depends on a disab…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@lungben
Comment options

@fonsp
Comment options

fonsp Jun 1, 2021
Maintainer

@lungben
Comment options

@lungben
Comment options

@lungben
Comment options

Answer selected by lungben
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1198 on May 31, 2021 13:20.