Enforce `print_citations()` in notebooks
See original GitHub issueAll notebooks should have the cell pybamm.print_citations()
at the end, to encourage people to use this command.
This can be enforced using regex when running the example tests.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6
Top Results From Across the Web
Jupyter Notebook 6.5.2 documentation - Read the Docs
A web application: a browser-based tool for interactive authoring of documents which combine explanatory text, mathematics, computations and their rich media ...
Read more >How to Use Jupyter Notebook: A Beginner's Tutorial - Dataquest
This article will walk you through how to use Jupyter Notebooks for data science projects and how to set it up on your...
Read more >How to Use Jupyter Notebooks - Codecademy
Jupyter Notebook (formerly known as IPython Notebook) is an interactive way of running Python code in the terminal using the REPL model (Read-Eval-Print-Loop)....
Read more >Run Jupyter notebooks in your workspace - Azure Machine ...
Learn how run a Jupyter notebook without leaving your workspace in Azure Machine Learning studio.
Read more >Jupyter Notebook: An Introduction - Real Python
The Jupyter Notebook is an open source web application that you can use to create and share documents that contain live code, equations,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sounds good! It seems that in order to print all the citations you need to pass
"[*]"
. I am happy to give it a go as it lines up with #1182 which I need to tackle at some point.pybtex seems to work ok now
e.g.
you can output to markdown too and pick different styles