Delete html notebook
When we publish to WASM or HTML to web, can I delete it so it's no longer available?
4 Replies
we don't have a good way - but we are creating accounts so its easier to manage this. you can let us know the id to delete it for you
Ok cool, thanks Myles!
1 other question. If I download the HTML, anyway (I'm fine manipulating the HTML directly if it's obvious) to default to the app view?
I want to share a "finished product" with some folks and don't want them to get overwhelmed by code and miss the button to hide code
yea of course
we want to make this configurable with many options (show code, can toggle code, etc)
i think if you add
?include-code=false
to the url as well it should work
thats not documented, i dont thinkThat's documented in the WASM
I didn't think about trying that for a local file
I can try adding that as part of the file name:
my_notebook_name.html?include-code=false