INNER CODE UNIT · Python

debug_packages

buckaroo-data/buckaroo · buckaroo/__init__.py:41

def debug_packages():
    print("Selected Jupyter core packages...")
    jupyter_env = determine_jupter_env()
    print("executing in %s " % jupyter_env)
    packages = [
            "buckaroo",
            "jupyterlab",
            "notebook",
            "ipywidgets",
            "traitlets",
            "jupyter_core",
            "pandas",
            "numpy",
            "IPython",
            "ipykernel",
            "jupyter_client",
            "jupyter_server",
            "nbclient",

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…