Skip to content

Commit c66f89b

Browse files
committed
chore: update README.md to explain installation of exporters
1 parent 9ce45db commit c66f89b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ You can install using pip:
4545

4646
`pip install handcalcs`
4747

48+
To install the optional nbconvert "no input" exporters, use:
49+
50+
`pip install "handcalcs[exporters]"`
51+
52+
**NEW**
53+
54+
As of v1.9.0, handcalcs no longer installs the "no input" nbconvert exporters. This was done to lighten the installation load of handcalcs and to ensure the package has appropriate scope. The nbconvert exporters are now "out of scope" and are separately maintained at [https://github.com/connorferster/nb-hideinputs](nb-hideinputs).
55+
4856
## Basic Usage 1: As a Jupyter cell magic (`%%render`)
4957
`handcalcs` is intended to be used with either Jupyter Notebook or Jupyter Lab as a _cell magic_.
5058

0 commit comments

Comments
 (0)