Add a minimal "hello jupyter book" example
See original GitHub issueI love this project and I am grateful to the people working on it. But my experience getting started has been really frustrating.
I like that there is a command that creates a template, but it creates a lot of things I don’t need, so the first thing I have to do is remove them.
What would help me more is a “hello world” example that contains the absolute minimum book structure. If I’m right, that would involve just _toc.yml
, _config.yml
and a content file.
It took me a lot of trial and error (and some incomprehensible error messages) to get a minimal book working.
Issue Analytics
- State:
- Created 3 years ago
- Comments:17 (8 by maintainers)
Top Results From Across the Web
Build a small example project - Jupyter Book
Build a small example project#. Now that you've built your first book, you may wish to get some inspiration from a more “complete”...
Read more >How to Create a Jupyter-Book Website From Scratch
Creating the book, step-by-step · Step 1: create directory for the book · Step 2: create and activate a virtual environment · Step...
Read more >How to Use Jupyter Notebook: A Beginner's Tutorial - Dataquest
The first cell in a new notebook is always a code cell. Let's test it out with a classic hello world example: Type...
Read more >Basics of Jupyter Notebook and Python | Packt Hub
Jupyter is one of the most popular data science tools around. ... For example, how can you insert ' and “, given that...
Read more >How to embed HTML into IPython output? - Stack Overflow
This seems to work for me: from IPython.core.display import display, HTML display(HTML('<h1>Hello, world!</h1>')). The trick is to wrap it in display as ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am gonna try updating the getting started docs a bit today, will ping back here when a PR is ready for feedback!
@choldgraf Thanks so much taking this on. Please let me know if I can help.