Skip to content

Commit 634f1ea

Browse files
committed
adding pokemon image
1 parent c192c40 commit 634f1ea

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

_posts/hpc/2018-07-20-sherlock-singularity.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,19 @@ bash end.sh singularity-jupyter
190190
If you want custom software in your container, give [repo2docker](https://repo2docker.readthedocs.io)
191191
a try! For this tutorial, we used the [continuous builder](https://github.com/binder-examples/continuous-build/) template to have the image deployed automatically to Docker Hub.
192192
193+
## Step 6: Notebook
194+
What highly important python modules did I provide for you in this example? Open up
195+
a Python 3 new Notebook, and try this out:
196+
197+
```python
198+
from pokemon.skills import get_avatar
199+
200+
avatar = get_avatar('vanessa')
201+
```
202+
![/lessons/assets/img/tutorials/jupyter-pokemon.png](/lessons/assets/img/tutorials/jupyter-pokemon.png)
203+
204+
Check out the [pokemon module](https://www.github.com/vsoch/pokemon-ascii) for other fun things you can do :)
205+
193206
## I want to run my own container!
194207
195208
This is really easy for you to do! You can use the general Singularity container script,
115 KB
Loading

0 commit comments

Comments
 (0)