From ed9bcdde0d5df64fa1630775d1d6103463e79cab Mon Sep 17 00:00:00 2001 From: Angelo Ziletti <ziletti@fhi-berlin.mpg.de> Date: Wed, 12 Apr 2017 12:04:30 +0200 Subject: [PATCH] Fixed mplog for SOAP. --- beaker-notebooks/SOAP_similarity.bkr | 60 ++++++---------------------- 1 file changed, 13 insertions(+), 47 deletions(-) diff --git a/beaker-notebooks/SOAP_similarity.bkr b/beaker-notebooks/SOAP_similarity.bkr index c8fa1fe..a59447e 100644 --- a/beaker-notebooks/SOAP_similarity.bkr +++ b/beaker-notebooks/SOAP_similarity.bkr @@ -29,42 +29,7 @@ "mode": "python" } }, - "setup": "%matplotlib inline\nimport numpy\nimport matplotlib\nfrom matplotlib import pylab, mlab, pyplot\nnp = numpy\nplt = pyplot\nfrom IPython.display import display\nfrom IPython.core.pylabtools import figsize, getfigs\nfrom pylab import *\nfrom numpy import *\n", - "deferred": { - "promise": { - "$$state": { - "status": 0, - "pending": [ - [ - { - "promise": { - "$$state": { - "status": 0, - "pending": [ - [ - { - "promise": { - "$$state": { - "status": 0 - } - } - }, - null, - null, - null - ] - ] - } - } - }, - null, - null, - null - ] - ] - } - } - } + "setup": "%matplotlib inline\nimport numpy\nimport matplotlib\nfrom matplotlib import pylab, mlab, pyplot\nnp = numpy\nplt = pyplot\nfrom IPython.display import display\nfrom IPython.core.pylabtools import figsize, getfigs\nfrom pylab import *\nfrom numpy import *\n" }, { "name": "JavaScript", @@ -90,7 +55,7 @@ "<!--label style=\"color: #20335d;font-weight: 900; font-size: 15pt;\"> Visualizing global similarity</label-->", " </p>", " <hr style=\"border-width:2px\">", - " <p style=\"font-size: 15px;\"> developed by Carl Poelking, Angelo Ziletti, Luca Ghiringhelli and Gábor Csányi [version 2017-02-03]</p>", + " <p style=\"font-size: 15px;\"> developed by Carl Poelking, Angelo Ziletti, Luca Ghiringhelli and Gábor Csányi [version 12-04-2017]</p>", " ", " <p style=\"font-size: 15px;\"> <b> Machine learning method: </b> Nonlinear dimensionality reduction based on SOAP similarity kernel<br>", " ", @@ -572,7 +537,7 @@ }, "selectedType": "BeakerDisplay", "elapsedTime": 1, - "height": 466 + "height": 465 }, "evaluatorReader": true, "lineCount": 306, @@ -753,11 +718,11 @@ "hidden": true }, "output": { - "selectedType": "Results", + "selectedType": "BeakerDisplay", "state": {}, "pluginName": "IPython", - "shellId": "A1E72F9FF9EF4FA68AC9A7FD1424AD63", - "height": 222, + "shellId": "A179D6D7C6984E69B25D8133A9B03D3A", + "height": 81, "dataresult": [ "HARTREE_TO_EV", "HARTREE_TO_KCALMOL", @@ -846,7 +811,7 @@ "update_node", "util" ], - "elapsedTime": 34386 + "elapsedTime": 2500 }, "evaluatorReader": true, "lineCount": 165, @@ -2053,10 +2018,11 @@ }, "output": { "state": {}, - "selectedType": "Hidden", + "selectedType": "BeakerDisplay", "pluginName": "IPython", "shellId": "A1E72F9FF9EF4FA68AC9A7FD1424AD63", - "elapsedTime": 2322 + "elapsedTime": 2322, + "height": 78 }, "evaluatorReader": true, "lineCount": 1190, @@ -2176,7 +2142,7 @@ }, "output": { "state": {}, - "selectedType": "Hidden", + "selectedType": "BeakerDisplay", "pluginName": "IPython", "shellId": "A1E72F9FF9EF4FA68AC9A7FD1424AD63", "height": 78, @@ -2262,10 +2228,10 @@ }, "output": { "state": {}, - "selectedType": "Results", + "selectedType": "BeakerDisplay", "pluginName": "IPython", "shellId": "A1E72F9FF9EF4FA68AC9A7FD1424AD63", - "height": 1462, + "height": 78, "elapsedTime": 9310 }, "evaluatorReader": true, -- GitLab