Skip to content

refactor: remove dead notebook.py shadowed by notebook/ package#59

Merged
jivanb7 merged 1 commit into
devfrom
refactor/remove-dead-notebook-module
Jun 1, 2026
Merged

refactor: remove dead notebook.py shadowed by notebook/ package#59
jivanb7 merged 1 commit into
devfrom
refactor/remove-dead-notebook-module

Conversation

@lokeshmuvva
Copy link
Copy Markdown

Python's import system resolves deployml.notebook to the notebook/ package, never the same-named
notebook.py module, so the module was unreachable. Its exports (deploy, load, DeploymentStack,
ServiceURLs) are already provided identically by notebook/init.py, and the CLI already imports
deployml.notebook.docker (a package-only submodule), proving the package is what's in use.

Python's import system resolves deployml.notebook to the notebook/ package, never the same-named
  notebook.py module, so the module was unreachable. Its exports (deploy, load, DeploymentStack,
  ServiceURLs) are already provided identically by notebook/__init__.py, and the CLI already imports
  deployml.notebook.docker (a package-only submodule), proving the package is what's in use.
@lokeshmuvva lokeshmuvva changed the base branch from main to dev June 1, 2026 05:12
@jivanb7 jivanb7 merged commit 62c2ff6 into dev Jun 1, 2026
2 checks passed
@jivanb7 jivanb7 deleted the refactor/remove-dead-notebook-module branch June 1, 2026 05:16
jivanb7 added a commit that referenced this pull request Jun 1, 2026
…and dead notebook.py removal (PR #59), keep the Windows compat and run_tool work

# Conflicts:
#	src/deployml/cli/cli.py
#	src/deployml/enum/cloud_provider.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants