Skip to content
#

papermill

Here are 38 public repositories matching this topic...

edublancas
edublancas commented Feb 10, 2022

the documentation doesn't mention that in order for the plugin to work, it must be installed in the same process that runs jupyterlab (users may install it in the kernel)

we should mention that here: https://docs.ploomber.io/en/latest/user-guide/jupyter.html#troubleshooting-pipeline-loading

also, we should link from this section to the troubleshoot section: https://docs.ploomber.io/en/latest

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 papermill 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 papermill topic, visit your repo's landing page and select "manage topics."

Learn more