I hereby claim:
- I am jkleckner on github.
- I am jkleckner (https://keybase.io/jkleckner) on keybase.
- I have a public key ASBUudO5WSmCwD5SRrlAqZJLiWNRrP9K21UFEtErZVzNfwo
To claim this, I am signing this object:
The challenge below is to eliminate all of the sleep invocations and | |
make this script run to completion. | |
+ helm init | |
$HELM_HOME has been configured at /Users/jim/.helm. | |
Tiller (the Helm server-side component) has been installed into your Kubernetes Cluster. | |
Please note: by default, Tiller is deployed with an insecure 'allow unauthenticated users' policy. | |
To prevent this, run `helm init` with the --tiller-tls-verify flag. | |
For more information on securing your installation see: https://docs.helm.sh/using_helm/#securing-your-helm-installation |
for nb in examples/*.ipynb tutorials/*.ipynb benchmarks/*.ipynb ; do time jupyter nbconvert $nb --execute --ExecutePreprocessor.timeout=600 --to html ; done | |
[NbConvertApp] Converting notebook examples/bayesnet_asia.ipynb to html | |
[NbConvertApp] Executing notebook with kernel: python2 | |
[NbConvertApp] ERROR | Error while converting 'examples/bayesnet_asia.ipynb' | |
Traceback (most recent call last): | |
File "/Users/jim/miniconda2/envs/py2.7/lib/python2.7/site-packages/nbconvert/nbconvertapp.py", line 393, in export_single_notebook | |
output, resources = self.exporter.from_filename(notebook_filename, resources=resources) | |
File "/Users/jim/miniconda2/envs/py2.7/lib/python2.7/site-packages/nbconvert/exporters/exporter.py", line 174, in from_filename | |
return self.from_file(f, resources=resources, **kw) | |
File "/Users/jim/miniconda2/envs/py2.7/lib/python2.7/site-packages/nbconvert/exporters/exporter.py", line 192, in from_file |
I hereby claim:
To claim this, I am signing this object:
+ [[ -e /Users/jim/.sbt/0.13/plugins/sbt-coursier.sbt ]] | |
+ rm -r /Users/jim/.sbt/0.13/plugins/sbt-coursier.sbt | |
+ [[ -e /Users/jim/.sbt/0.13/sbt-coursier.sbt ]] | |
+ rm -r /Users/jim/.sbt/0.13/sbt-coursier.sbt | |
+ echo Show that sbt update works when no coursier: | |
Show that sbt update works when no coursier: | |
+ [[ -e /Users/jim/.sbt/0.13/plugins/sbt-coursier.sbt ]] | |
+ [[ -e /Users/jim/.sbt/0.13/sbt-coursier.sbt ]] | |
+ mksrc | |
+ [[ -e ./repro450 ]] |
import sbt.Credentials | |
import sbt.Keys._ | |
import sbt.Project.projectToRef | |
credentials += Credentials(Path.userHome / ".ivy2" / ".credentials") | |
resolvers ++= Settings.resolvers.value | |
// a special crossProject for configuring a JS/JVM/shared structure | |
lazy val shared = (crossProject.crossType(CrossType.Pure) in file("shared")) |
Modify or create ~/.profile to contain: | |
PATH=/usr/local/bin:$PATH | |
source ~/.bashrc | |
Modify or create ~/.bashrc to contain: | |
if [ -f `brew --prefix`/share/bash-completion/bash_completion ]; then | |
source `brew --prefix`/share/bash-completion/bash_completion | |
fi | |