Skip to content

Commit

Permalink
updated usage_guide and added python version
Browse files Browse the repository at this point in the history
  • Loading branch information
eltrompetero committed Nov 28, 2019
1 parent 97504ab commit 976bd1c
Show file tree
Hide file tree
Showing 4 changed files with 499 additions and 31 deletions.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ $ python enumerate.py [N] 1
specifies that the system should be written for the {-1,1} basis. For more details, see
the `__main__` block at the end of the file enumerate.py.

## Quick guide
## Quick guide (with Jupyter notebook)

A [Jupyter notebook](https://github.com/eltrompetero/coniii/blob/master/ipynb/usage_guide.ipynb) with a brief introduction and examples for how to use ConIII is
available. An HTML version is [here](https://github.com/eltrompetero/coniii/blob/master/ipynb/usage_guide.html). The
Expand All @@ -84,6 +84,19 @@ $ jupyter notebook

This should open the notebook in your default web browser.

## Quick guide (console)

First, install iPython for a console-based interpreter.
```bash
$ pip install ipython
```
or if you are using the Conda package manager
```bash
$ conda install ipython
```



## Dependencies

In order to open the usage guide Jupyter notebook, you must have both Jupyter installed.
Expand Down
39 changes: 11 additions & 28 deletions ipynb/usage_guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -13018,33 +13018,7 @@
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
</style>
<style type="text/css">
.container { width:90% !important; }
.CodeMirror pre {
font-family: Menlo;
font-size: 8pt;
}

div.container pre{
font-family: Menlo;
font-size: 8pt;
}

<script>
MathJax.Hub.Config({
"HTML-CSS": {
/*preferredFont: "TeX",*/
/*availableFonts: ["TeX", "STIX"],*/
styles: {
scale: 100,
".MathJax_Display": {
"font-size": "100%",
}
}
}
});
</script>


</style>


Expand Down Expand Up @@ -13102,7 +13076,12 @@
<body>
<div tabindex="-1" id="notebook" class="border-box-sizing">
<div class="container" id="notebook-container">
MIT License

<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
</div><div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">

<pre><code>MIT License

Copyright (c) 2019 Edward D. Lee, Bryan C. Daniels

Expand All @@ -13122,7 +13101,11 @@
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.</code></pre>

</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
</div><div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
Expand Down
6 changes: 4 additions & 2 deletions ipynb/usage_guide.ipynb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"cells": [
{
"cell_type": "raw",
"cell_type": "markdown",
"metadata": {},
"source": [
"```\n",
"MIT License\n",
"\n",
"Copyright (c) 2019 Edward D. Lee, Bryan C. Daniels\n",
Expand All @@ -24,7 +25,8 @@
"AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n",
"LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n",
"OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n",
"SOFTWARE."
"SOFTWARE.\n",
"```"
]
},
{
Expand Down
Loading

0 comments on commit 976bd1c

Please sign in to comment.