File: index.rst

package info (click to toggle)
hatch-jupyter-builder 0.8.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 632 kB
  • sloc: python: 1,506; javascript: 135; makefile: 23
file content (14 lines) | stat: -rw-r--r-- 480 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Getting Started
===============
Tutorials. A hands-on introduction to Hatch Jupyter Builder for maintainers.

.. toctree::
   :maxdepth: 1
   :caption: Contents:

   config

If starting from a new project, use `hatch new "my project name"`, and follow
along with the prompts.  Then add the appropriate [configuration](./config) for `hatch_jupyter_builder` in your `pyproject.toml` flag.

If migrating from existing project, find the appropriate [how to guides](../how_to_guides).