Skip to content

Instantly share code, notes, and snippets.

FROM THE COMMAND LINE:
HOME% jupyter notebook
[I 21:42:37.461 NotebookApp] Serving notebooks from local directory: /Users/edlc4sz/workspace/apache-toree-quickstart
[I 21:42:37.461 NotebookApp] 0 active kernels
[I 21:42:37.461 NotebookApp] The Jupyter Notebook is running at: http://localhost:8888/
[I 21:42:37.462 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[I 21:42:57.255 NotebookApp] Creating new notebook in
[I 21:42:57.816 NotebookApp] Kernel started: 89665ca7-cfe4-4f20-be77-62609c5d0fb6
Starting Spark Kernel with SPARK_HOME=/Applications/spark-1.6.1-bin-hadoop2.6
Workflow
--------
Here's the most direct way to get your work merged into the project:
* Fork the project.
* Clone down your fork ( `git clone [email protected]:[username]/jekyll.git` ).
* Create a topic branch to contain your change ( `git checkout -b my_awesome_feature` ).
* Hack away, add tests. Not necessarily in that order.
* Make sure everything still passes by running `script/cibuild`.
* If necessary, rebase your commits into logical chunks, without errors.
@ondine
ondine / FHIR-Cloud-oktwo.md
Created October 28, 2015 00:43
error and test question

okimac:src ok$ grunt dev Running "shell:npm_install" (shell) task

[email protected] postinstall /Users/ok/sites/FHIR-Cloud/src node ./node_modules/bower/bin/bower install

bower adal-angular extra-resolution Unnecessary resolution: adal-angular#~1.0.1 npm WARN EPACKAGEJSON [email protected] No license field.

Running "concat:styles" (concat) task

@ondine
ondine / FHIR-Cloud-ok.md
Last active October 28, 2015 00:32
My install feedback from FHIR Cloud
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@ondine
ondine / 0_reuse_code.js
Created April 2, 2014 03:38
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console

d3.unconf example gist. Fork it here.