We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366ea4c commit edfc9f6Copy full SHA for edfc9f6
README.rst
@@ -61,6 +61,12 @@ Install with pip
61
62
pip install advent-of-code-data
63
64
+If you want to use this within a Jupyter notebook, there are some extra deps:
65
+
66
+.. code-block:: bash
67
68
+ pip install 'advent-of-code-data[nb]'
69
70
**Puzzle inputs differ by user.** So export your session ID, for example:
71
72
.. code-block:: bash
0 commit comments