Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support deploying python files in JupyterLab #282

Closed
mmarchetti opened this issue Oct 12, 2023 · 0 comments
Closed

Support deploying python files in JupyterLab #282

mmarchetti opened this issue Oct 12, 2023 · 0 comments

Comments

@mmarchetti
Copy link
Contributor

The JupyterLab plugin in #234 supports deploying notebooks, but not Python source files (that might contain deployable apps).

We use an INotebookTracker that notifies us when the active notebook changes. There is a similar notifier for file editors. We should consider scanning the source for imports that indicate a valid app (like the agent does during content type detection) so we're not constantly offering to publish people's library code, only to have it fail.

@jonkeane jonkeane closed this as not planned Won't fix, can't repro, duplicate, stale Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants