Skip to content

Commit

Permalink
adding SOS files
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Oct 9, 2018
1 parent 7eceb66 commit 8fdd03a
Show file tree
Hide file tree
Showing 8 changed files with 378 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Binder Examples
Copyright (c) 2017 Stephen Eglen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 9 additions & 1 deletion README.md
@@ -1 +1,9 @@
# jupyter-sos
# Julia and Python environments

[![Binder](http://mybinder.org/badge.svg)](http://beta.mybinder.org/v2/gh/binder-examples/julia_python/master)

This example shows how you can install a Julia and Python environment side-by-side.
In this repository are *both* an `environment.yml` file as well as a `REQURE` file.
The former corresponds to an anaconda python environment, and the latter corresponds
to a Julia environment. Both kernels will be available to you in a built Binder
environment.
1 change: 1 addition & 0 deletions REQUIRE
@@ -0,0 +1 @@
PyPlot
9 changes: 9 additions & 0 deletions environment.yml
@@ -0,0 +1,9 @@
dependencies:
- matplotlib
- numpy
- pip
- pip:
- julia
- sos
- sos-notebook

83 changes: 83 additions & 0 deletions julia.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions postBuild
@@ -0,0 +1 @@
python3 -m sos_notebook.install
189 changes: 189 additions & 0 deletions python-and-julia.ipynb

Large diffs are not rendered by default.

85 changes: 85 additions & 0 deletions python.ipynb

Large diffs are not rendered by default.

0 comments on commit 8fdd03a

Please sign in to comment.