-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
951fa68
commit 392814c
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
These notebooks were created for the Visualisation and Tidy Data workshop, part of the Advanced Scientific Programming in Python Summer School. | ||
|
||
You can create and activate a conda environment from the `environment.yml` file using | ||
|
||
``` | ||
conda env create -f environment.yml | ||
source activate aspp-visualisation-env | ||
``` | ||
|
||
Depending on what version of Jupyter you're running, you may need to launch this notebook with a higher data rate limit so that visualisation libraries are not throttled in communicating with the browser, e.g. | ||
|
||
```jupyter notebook --NotebookApp.iopub_data_rate_limit=10000000``` | ||
|
||
This issue is referenced [here](https://github.com/jupyter/notebook/issues/2287). | ||
README.md (END) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters