Skip to content
#

nteract

Here are 29 public repositories matching this topic...

mirekphd
mirekphd commented Mar 13, 2021

I started building[1] on an example from the docs here, but wasn't able to find a method to remove these sample Scraps added with glue:

sb.glue("hello", "world")
sb.glue("number", 123)
sb.glue("some_list", [1, 3, 5])
sb.glue("some_dict", {"a": 1, "b": 2})
sb.glue("non_json", df, 'pandas')

Does a reverse operat

Improve this page

Add a description, image, and links to the nteract topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nteract topic, visit your repo's landing page and select "manage topics."

Learn more