Skip to content

deathbeds/wtf

 
 

Repository files navigation

A Notebook is a Hypothesis


An interactive computing performance from deathbeds



Takeaways


Links to this presentation.

github | nbviewer

Code along with binder.

Binder


Resources for new notebook users.

Useful packages for advanced notebooks users

Resources for advanced users

Deathbeds

Deathbeds is open source coding collective experimenting with interactive computing and modern science.

  • Jupyterlab if pure javascript.

  • Use notebooks like real modules.

  • A fluent API for python.

    if __name__ == '__main__':
        !jupyter nbconvert --to markdown readme.ipynb
    if __name__ == '__main__':
        import pytest
        pytest.main([])
============================ test session starts =============================
platform darwin -- Python 3.6.3, pytest-3.5.0, py-1.5.3, pluggy-0.6.0
benchmark: 3.1.1 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000)
rootdir: /Users/tonyfast/_what_is_a_hypothesis, inifile:
plugins: cov-2.5.1, benchmark-3.1.1, hypothesis-3.56.5, importnb-0.3.1

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.7%
  • Other 0.3%