-
Notifications
You must be signed in to change notification settings - Fork 44
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
Jupyter Notebook support through the GUI #63
Comments
From @ekhl
and have
Build with
to
Note that that there is a |
From @ekhl Spike on introducing two SDK functions for user to control job start and endCreate the following as a module (say f9s.py):
Then import in notebook:
|
@shazraz since you have the most context on the asks for this - do you mind adding your thoughts on what the user flow should be like? |
I think providing SDK functions to start/stop a job (as @ekhl investigated above) or using a context manager would be good in a notebook. This effort is about providing experiment tracking features via a notebook interface as opposed to the title of the ticket (notebook support through GUI). Here's my digression: |
@shazraz @mohammedri bringing this conversation about tracking functionality to #131 |
As a user I should be able to go to the GUI, click on create a notebook, specify the amount of GPU and RAM the notebook should use.
If those resources are available, Atlas will start a Jupyter notebook server (as a job?).
This will perpetually be running unless stopped.
Once the notebook is stopped, there should be a way to resume the notebook again through the GUI. Ideally you should be able to use all the Atlas SDK functions through the Jupyter Notebook.
This task requires significant UX research, this task is to understand the user flow and create mockups.
The text was updated successfully, but these errors were encountered: