Isabel Zimmerman Holistic MLOps for Better Science
Let’s go make things
Create .qmd or .ipynb
The YAML header
---format: html---
---format: htmltitle: Quarto Documentsubtitle: Data Science!author: Daniel Chentoc:truetoc-deph:3code-overflow: scrollcode-line-numbers:trueexecute:echo:truekeep-md:truekeep-ipynb:truejupyter: python3---
Shiny for Python: Interactive apps and dashboards made easy-ish
Joe Cheng
Winston Chang
Python…
Common error
$ quarto preview talk.qmd Starting python3 kernel...Traceback (most recent call last): File "/opt/quarto/share/jupyter/jupyter.py", line 21, in <module> from notebook import notebook_execute, RestartKernel File "/opt/quarto/share/jupyter/notebook.py", line 16, in <module> import nbformatModuleNotFoundError: No module named 'nbformat'Python 3 installation: Version: 3.10.8 Path: /usr/bin/python3 Jupyter: (None)Jupyter is not available in this Python installation.Install with python3 -m pip install jupyter