Skip to content
#

nteract

Here are 29 public repositories matching this topic...

n-riesco
n-riesco commented Jun 8, 2020

Hi,

In regard to @n-riesco 's comment "please could you also confirm that the file %APPDATA%\jupyter\kernels\javascript\kernel.json":
I don't seem to have the folder kernels. (I guess that explains why Atom says it can't find the kernels?)
image

regarding the instructions on [https://

good first issue
SagiPolaczek
SagiPolaczek commented Apr 14, 2022

Hey,
First, great open source project.

I suggest the following feature:
Currently to execute the entire notebook we can do:

    def test_notebook(self):
        notebook_path = "fuse_examples/tutorials/hello_world/hello_world.ipynb"
        # Execute the whole notebook and save it as an object
        with testbook(notebook_path, execute=True, timeout=600) as tb:

Now, i

enhancement good first issue help wanted
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

enhancement good first issue

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