I hereby claim:
- I am jhamman on github.
- I am jhamman (https://keybase.io/jhamman) on keybase.
- I have a public key ASCa9ggHDxnpiQiIQJaQu7h3f4z4AwIq9XMtim36XN7Jhwo
To claim this, I am signing this object:
#!/bin/bash | |
# Create trap to kill notebook when user is done | |
kill_server() { | |
if [[ $JNPID != -1 ]]; then | |
echo -en "\nKilling Jupyter Notebook Server with PID=$JNPID ... " | |
kill $JNPID | |
echo "done" | |
exit 0 | |
else |
{ | |
"metadata": { | |
"name": "esgf_opendap" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ |
distributed: | |
scheduler: | |
bandwidth: 1000000000 # GB MB/s estimated worker-worker bandwidth | |
worker: | |
memory: | |
target: 0.90 # Avoid spilling to disk | |
spill: False # Avoid spilling to disk | |
pause: 0.80 # fraction at which we pause worker threads | |
terminate: 0.95 # fraction at which we terminate the worker | |
comm: |
I hereby claim:
To claim this, I am signing this object: