Skip to content

Commit

Permalink
Requirements.txt updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nick5435 committed Mar 5, 2017
1 parent 9b3e6fb commit bb2d3a4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
1 change: 1 addition & 0 deletions ThermoPyle/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ pyrsistent>=0.12.0
arrow>=0.10.0
sphinx-autodoc-typehints>=1.1.0
cytoolz>=0.8.2
mpld3>=0.3
28 changes: 25 additions & 3 deletions notebooks/thermo_generic_library_runner.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
"cells": [
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {
"ExecuteTime": {
"end_time": "2017-03-05T19:38:39.816286Z",
"start_time": "2017-03-05T13:38:37.617301-06:00"
},
"collapsed": false,
"deletable": true,
"editable": true,
Expand All @@ -27,8 +31,12 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"metadata": {
"ExecuteTime": {
"end_time": "2017-03-05T19:39:41.993008Z",
"start_time": "2017-03-05T13:39:36.535017-06:00"
},
"collapsed": false,
"deletable": true,
"editable": true,
Expand All @@ -38,7 +46,15 @@
"read_only": false
}
},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"(47089, 3)\n"
]
}
],
"source": [
"myfluid = TP.ThermoFluid(\"Water\", \"T\", \"P\", \"U\", [217, 217], \"viridis\")\n",
"print(myfluid.data.shape)"
Expand Down Expand Up @@ -68,6 +84,8 @@
"execution_count": null,
"metadata": {
"collapsed": false,
"deletable": true,
"editable": true,
"run_control": {
"frozen": false,
"read_only": false
Expand Down Expand Up @@ -97,6 +115,8 @@
"execution_count": null,
"metadata": {
"collapsed": true,
"deletable": true,
"editable": true,
"run_control": {
"frozen": false,
"read_only": false
Expand Down Expand Up @@ -164,6 +184,8 @@
"execution_count": null,
"metadata": {
"collapsed": true,
"deletable": true,
"editable": true,
"run_control": {
"frozen": false,
"read_only": false
Expand Down

0 comments on commit bb2d3a4

Please sign in to comment.