Skip to content

Commit f6a4fe8

Browse files
committed
add dev environment file
1 parent 8330bcd commit f6a4fe8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ Available at [pythonplot.com](http://pythonplot.com/)
4949

5050
The site is generated from plots in the `Examples.ipynb` Python 3, Jupyter notebook.
5151

52-
Each plot is tagged with metadata using Jupyter cell tags. You can view the cell tags in your notebook with `View > Cell Toolbar > Tags`.
52+
You can create a [Conda](https://conda.io/docs/install/quick.html) dev environment to run the notebook with `make dev_environment`.
53+
54+
Each plot in the notebook is tagged with metadata using Jupyter cell tags. You can view the cell tags in your notebook with `View > Cell Toolbar > Tags`.
5355

5456
The tags look like this:
5557

environment.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: pythonplot
2+
dependencies:
3+
- python>=3.6
4+
- pip
5+
- r-essentials

0 commit comments

Comments
 (0)