File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,8 @@ called by your script. For example, if your project can be run as
8282 $ python -m duecredit script.py
8383
8484Alternatively, it may be more reliable to use environment variables to turn
85- on `duecredit `_ collection::
85+ on `duecredit `_ collection, since this approach also works with
86+ Jupyter Notebook::
8687
8788 $ export DUECREDIT_ENABLE=yes # Bash
8889 PS> $Env:DUECREDIT_ENABLE = "yes" # PowerShell
@@ -97,7 +98,7 @@ Whenever it is detected that this variable is true, any uses of **Qinfer** in a
9798given folder (even multiple distinct runs) will maintain
9899a file in the same folder called ``.duecredit.p `` that contains
99100a representation of your bibliography. This file is updated whenever **Qinfer **
100- uses a module, class, or method that is appropriately tagged.
101+ uses a module, class, or method that is appropriately tagged with a citation .
101102
102103If you wish to see the citation compilaton of a *single * python session,
103104you can dump the current state with::
You can’t perform that action at this time.
0 commit comments