cancerDHC / example-data

This repository is intended to act as a store of example data files from across the NCI Cancer Research Data Commons (CRDC) nodes in a number of formats.
MIT License
0 stars 3 forks source link

Document that the Jupyter Notebooks can be started with `poetry run jupyter notebook` #47

Closed gaurav closed 2 years ago

gaurav commented 2 years ago

Since switching from Pipenv to Poetry, we can now start Jupyter Notebook with all necessary dependencies by running:

$ poetry run jupyter notebook

followed (optionally) by the name of the file or folder to open. We should document this in the README.md.