Skip to content
#

nteract

Here are 29 public repositories matching this topic...

loichuder
loichuder commented Apr 15, 2021

Hi there,

I recently reinstalled my kernels and suddenly, my tests were no longer passing due to the wrong kernel being used...

I managed to fix the problem but I think it would be nice in the docs to:

  • Tell that by default, the executing kernel is the one named python3
  • Show that this can be changed by setting kernel_name in the decorator
  • And perhaps that the kernel can be set f
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