We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2293a2 + fbb4ec1 commit 0a5efd5Copy full SHA for 0a5efd5
_toc.yml
@@ -7,3 +7,4 @@ parts:
7
- file: notebooks/intro-mpi/intro-mpi
8
sections:
9
- file: notebooks/intro-mpi/send-recv
10
+ - file: notebooks/send-vs-send
environment.yml
@@ -2,8 +2,12 @@ name: mpi-tutorial
2
channels:
3
- conda-forge
4
dependencies:
5
+ - altair
6
- mpich
- ipyparallel
+ - ipywidgets
- jupyter-book
- mpi4py
- - autopep8
11
+ - numpy
12
+ - pandas
13
+ - autopep8
0 commit comments