question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add a minimal "hello jupyter book" example

See original GitHub issue

I 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:closed
  • Created 3 years ago
  • Comments:17 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
choldgrafcommented, Oct 6, 2020

I am gonna try updating the getting started docs a bit today, will ping back here when a PR is ready for feedback!

1reaction
AllenDowneycommented, Oct 6, 2020

@choldgraf Thanks so much taking this on. Please let me know if I can help.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found