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

Initialize a server using python magics or other #19

Closed
mikeldking opened this issue Nov 17, 2022 · 1 comment · Fixed by #95
Closed

Initialize a server using python magics or other #19

mikeldking opened this issue Nov 17, 2022 · 1 comment · Fixed by #95
Assignees

Comments

@mikeldking
Copy link
Contributor

Mimic Tensorboard and start up a local port using magics or other https://ipython.readthedocs.io/en/stable/interactive/magics.html

Reference: https://www.tensorflow.org/tensorboard/tensorboard_in_notebooks

@mikeldking
Copy link
Contributor Author

Progress update: can spin up a server by registering an extension and invoking a line magic funciton.

Next steps - figure out how to sync notebook state with server state.

@mikeldking mikeldking assigned mikeldking and unassigned nate-mar Dec 5, 2022
mikeldking added a commit that referenced this issue Dec 8, 2022
* feat: add service

* Add services

* feat: server running using uvicorn + starlette

* plumb through the port number

* feat: add rudimentary app_service to run a web server

* make timeout longer for shutdown

* black formatting

* clear notebook

* rm psutil mypy

* fix: types

* update dev requirements

* Add psutil as explicit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants