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

sub notebook with directory that only contains ipynb files #242

Open
samos123 opened this issue Oct 7, 2023 · 1 comment
Open

sub notebook with directory that only contains ipynb files #242

samos123 opened this issue Oct 7, 2023 · 1 comment

Comments

@samos123
Copy link
Contributor

samos123 commented Oct 7, 2023

use case: Directory only contains 1 or more ipynb files and I want to quickly launch a notebook without having to learn Dockerfile or substratus specific yaml manifests.

Desired UX:

  • User runs sub notebook .
  • cli detects there is no Dockerfile and creates the Dockerfile by doing this:
No Dockerfile found in directory. Creating Dockerfile.

No Substratus YAML file found. Creating one for you now:
What should be the name of this notebook?
( Optional) can do in follow up FR) Do you need any GPUs? Yes
If no, skip adding any resource section
If yes, what kind of GPU do you need? Ideally show list of supported options
If yes, how many GPUs do you need?
Creating the Substratus YAML file for you
  • Resume the usual sub notebook . flow
@samos123 samos123 changed the title Ability to use sub notebook with just a directory that contains ipynb files sub notebook with directory that only contains ipynb files Oct 7, 2023
@nstogner
Copy link
Contributor

I like it!

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

No branches or pull requests

2 participants