{"library":"nbtoolbelt","title":"nbtoolbelt","description":"nbtoolbelt (version 2024.7.2) provides tools to work with Jupyter notebooks programmatically. It supports tasks like merging, splitting, executing, and converting notebooks. Released as a companion to jupyter-releaser, with regular updates.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install nbtoolbelt"],"cli":null},"imports":["from nbtoolbelt import Notebook","from nbtoolbelt import merge_notebooks"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from nbtoolbelt import Notebook\n\nnb = Notebook.from_path('example.ipynb')\nprint(nb.cells[0].source)","lang":"python","description":"Load a Jupyter notebook and print the source of the first cell.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}