outerbounds / metaflow-card-notebook

Render Jupyter Notebooks With Metaflow Cards
Apache License 2.0
24 stars 3 forks source link

Mistake in README.md #8

Open akode opened 1 year ago

akode commented 1 year ago

The readme section Dependency Management contains a mistake. Line 5 of the code snippet should be

os.system(f"{sys.executable} -m pip ipykernel>=6.4.1 papermill>=2.3.3 nbconvert>=6.4.1 nbformat>=5.1.3") self.nb_options_dict = dict(input_path='nbflow.ipynb')