{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/10"}],"enrichment":{"capability":"Imports Jupyter Notebook (.ipynb) files as Python modules, executing their code and making top-level definitions available just like regular .py imports.","skillfed_tags":["jupyter-integration","code-reuse"],"use_cases":["Reuse functions and classes defined in analysis notebooks across multiple projects without manual copying.","Import utility notebooks as libraries in production code while keeping analysis and helper code in notebook form.","Build modular notebook-based projects where some notebooks serve as reusable modules for others via relative imports.","Extract only the definitions (functions, classes, constants) from a notebook without re-running exploratory or computational cells."],"what_it_does":"ipynb lets you treat Jupyter Notebook files (.ipynb) as importable Python modules. Instead of manually copying code from notebooks or exporting to .py files, you can import them directly using standard Python import syntax. The package provides two modes: full import executes all code in the notebook and exposes top-level definitions, while definitions-only import skips computational work and brings in only function/class definitions, import statements, and ALL_CAPS constants\u2014useful when a notebook contains analysis code you don't want to re-run.\n\nThe package has no runtime dependencies and installs cleanly. However, it has been dormant since late 2017 with no recent maintenance, so it may not be tested against current Jupyter or Python versions. It works well for simple notebook-to-module workflows but is not actively developed.","worth_installing":"Yes, if you need to import Jupyter Notebooks as modules and are working with a stable, older codebase. The low install friction and permissive license make it safe to try. However, the dormant maintenance status (no updates since 2017) means you should verify compatibility with your Jupyter and Python versions before relying on it in new projects. For modern notebook-to-module workflows, check whether newer alternatives exist."},"id":"ipynb","links":{"html":"https://skillfed.io/packages/ipynb","md":"https://skillfed.io/packages/ipynb.md","pypi":"https://pypi.org/project/ipynb/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2017-10-23","license_spdx":null,"license_treatment":"permissive","name":"ipynb","python_support":"unspecified","summary":"Package / Module importer for importing code from Jupyter Notebook files (.ipynb)"},"popularity":{"monthly_downloads":103859,"position":12781,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.5.1"}
