<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div>Hi all,<br><br></div>I would like to announce the release of brythonmagic v0.2.1.<br></div><br></div>What is brythonmagic?<br>---------------------------------<br>brythonmagic provides you a cell magic, <code>%%brython</code>, to run brython 
code and show the results in a html <code>div</code> tag below the code cell.<br><br></div>So, you can use Python code to play with some cool javascript libraries n the cool Jupyter notebook without the need to write a wrapper.<br><br></div>To
 better understand what it does you can have a look to this *old* video: 
<a href="https://www.youtube.com/watch?v=adQzjuUX0kw&feature=youtu.be">https://www.youtube.com/watch?v=adQzjuUX0kw&feature=youtu.be</a><br><br></div>What is brython?<br>------------------------<br></div>Brython is a CPython 3 implementetion written in javascript that runs on the client side of your browser (<a href="http://brython.info/">http://brython.info/</a>)<br><br></div>Release notes:<br>---------------------<br><div class="">Fixed some strange errors on brython to make brythonmagic works fine on the Jupyter notebook.

<ul><li>Added some functions to easily load javascript libraries that can be used by brython in the notebook:

<ul><li>
<code>load_brython_stable</code>: will load the latest <em>brython_dist.js</em> stable release from <a href="http://www.brython.info/src/brython_dist.js">http://www.brython.info/src/brython_dist.js</a>.</li><li>
<code>load_brython_dev</code>: will load the latest <em>brython_dist.js</em> development version from github using rawgit.</li><li>
<code>load_js_lib</code>: Allows you to load javascript libs using a string indicating the url.</li></ul>
</li><li>Updated the code to make it work with latest jupyter releases.</li></ul>
      </div><br>Issues:<br>-----------<br>If you find any issue, please, report it here: <a href="https://github.com/kikocorreoso/brythonmagic/issues">https://github.com/kikocorreoso/brythonmagic/issues</a><br><br></div>More info:<br>--------------<br><a href="https://github.com/kikocorreoso/brythonmagic">https://github.com/kikocorreoso/brythonmagic</a><br><br></div>Thanks.<br><br></div>Best.<br></div>