question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add tooling that tests Jupyter notebooks.

See original GitHub issue

We tried doing it here: https://github.com/quantumlib/Cirq/pull/1934, but it’s clear that this should be a separate issue on it’s own.

There are two options i can think of right now:

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
balopatcommented, Nov 13, 2020

Given the crazy amount of notebooks coming and going now with QPolish, this is a must. I raised a PR for a version that runs the pip installs in isolated envs.

0reactions
vtomolecommented, Mar 4, 2020
Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Test Jupyter Notebooks with Pytest and Nbmake
This tutorial describes how you can use the nbmake, a pytest plugin, to automate end-to-end testing of notebooks. jupyter notebook ...
Read more >
4 Tools for Reproducible Jupyter Notebooks
Jupyter notebooks have a somewhat poor reputation in the wider ... A linting tool scans your code and checks for common styling errors....
Read more >
Jupyter Development Tools for Code Linting, Debugging ...
Treon: This collects both Python unit.tests and doc tests within the notebook and runs them. It also executes your notebook, cell by cell...
Read more >
Unit testing Python code in Jupyter notebooks - wrighters.io
It is possible to unit test Python code that lives in a Jupyter notebook. This article looks at three reasonable choices.
Read more >
How to Test Jupyter Notebooks | Python in Plain English
This loads (and executes) the notebook and makes it available for all the tests in the class. Note that in the call to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found