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

Start new notebook with an Elixir section #519

Closed
rodrigues opened this issue Aug 28, 2021 · 2 comments · Fixed by #527
Closed

Start new notebook with an Elixir section #519

rodrigues opened this issue Aug 28, 2021 · 2 comments · Fixed by #527

Comments

@rodrigues
Copy link
Contributor

I was thinking that when someone creates a new notebook, it would be nice to start it already with an empty Elixir block, and with the input focus there, so the user could start right away with writing code.

Google Colab and JupyterLab seem to agree with me on this one 😁

What do you think?

Cheers!

@josevalim
Copy link
Contributor

If both Colab and Jupyter are doing it, it is likely for a good reason. And I guess it makes sense. People will use notebooks to run code first and foremost, so reducing the amount of clicks can likely help. :)

@jonatanklosko
Copy link
Member

Yeah, initially we focused more on the whole flow, where the user creates a new notebook, types the title, insert a new section and puts the desired name, then inserts the desired cell. However, this is a rather idealistic path, because it's very likely that the user creates a new notebook as they would open an IEx session, in which case all of these actions get in the way.

There's always an option to fork a custom template notebook instead of starting with a blank one, but having a section and code cell in the default template sounds good to me :)

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 a pull request may close this issue.

3 participants