Skip to content

Commit 572bf13

Browse files
committed
clean up some edits
1 parent c68465c commit 572bf13

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

content/blog/security.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ Notebooks were created for local exploratory data analysis by scientists and for
2020

2121
As the years went on, it became harder as a maintainer to navigate secure on localhost, secure on cloud, and eminently usable. nteract gave us a chance to rethink these problems from scratch. Here's where we've landed.
2222

23-
Your notebooks are your data. They live on your machine. Nothing runs that you didn't greenlight. The rest of this post is how we hold that line.
24-
2523
## Every output is isolated
2624

2725
Drop the same `IPython.display.HTML` cell into both apps — a `<style>` block with `* { background-color: olive; }` and a single `<div>`. In nteract the olive stays in the output. In JupyterLab it paints the entire interface, menu bar and sidebar included, because the output shares the page's origin.
@@ -49,7 +47,7 @@ Drop the same `IPython.display.HTML` cell into both apps — a `<style>` block w
4947
</figure>
5048
</div>
5149

52-
Most notebook apps don't isolate outputs. As far as I know, only Colab secures you from malicious outputs trying to break out — they keep your Google identity walled off so notebooks can be shared more freely.
50+
Most notebook apps don't isolate outputs. As far as I know, only Colab secures you from malicious outputs trying to break out. They keep your Google identity walled off so notebooks can be shared more freely.
5351

5452
### How it works
5553

0 commit comments

Comments
 (0)