From denis.pinsard at dichotomies.fr Tue Apr 5 03:48:18 2016 From: denis.pinsard at dichotomies.fr (Denis Pinsard) Date: Tue, 5 Apr 2016 09:48:18 +0200 Subject: [IPython-dev] OCaml syntax highlighting In-Reply-To: References: Message-ID: <57036DC2.4070202@dichotomies.fr> Hello, When I load a OCaml Notebook, code cells are correctly highlighted, but new cells are not, until I save and reload the notebook. Metadata notebook : { "language_info": { "version": "4.1.0", "name": "ocaml" }, "kernelspec": { "name": "ocaml", "display_name": "OCaml", "language": "ocaml" } } The version of the notebook server is *4.1.0* and is running on: Python 3.4.3 (default, Oct 14 2015, 20:28:29) [GCC 4.8.4] Thanks for your help, Denis Pinsard -------------- next part -------------- An HTML attachment was scrubbed... URL: From bussonniermatthias at gmail.com Tue Apr 5 13:42:52 2016 From: bussonniermatthias at gmail.com (Matthias Bussonnier) Date: Tue, 5 Apr 2016 10:42:52 -0700 Subject: [IPython-dev] OCaml syntax highlighting In-Reply-To: <57036DC2.4070202@dichotomies.fr> References: <57036DC2.4070202@dichotomies.fr> Message-ID: Can you open a bug report and jupyter/notebook and link to the Ocaml kernel repository ? We can investigate, Thanks -- M On Tue, Apr 5, 2016 at 12:48 AM, Denis Pinsard wrote: > Hello, > > When I load a OCaml Notebook, code cells are correctly highlighted, > but new cells are not, until I save and reload the notebook. > > Metadata notebook : > { > "language_info": { > "version": "4.1.0", > "name": "ocaml" > }, > "kernelspec": { > "name": "ocaml", > "display_name": "OCaml", > "language": "ocaml" > } > } > > The version of the notebook server is 4.1.0 and is running on: > Python 3.4.3 (default, Oct 14 2015, 20:28:29) > [GCC 4.8.4] > > > Thanks for your help, > Denis Pinsard > > _______________________________________________ > IPython-dev mailing list > IPython-dev at scipy.org > https://mail.scipy.org/mailman/listinfo/ipython-dev > From benjaminrk at gmail.com Wed Apr 20 08:17:20 2016 From: benjaminrk at gmail.com (MinRK) Date: Wed, 20 Apr 2016 14:17:20 +0200 Subject: [IPython-dev] [ANN] IPython 4.2 Message-ID: Hot on the heels of a notebook release, we?ve just made a minor release of IPython. If you have been bothered by the delay when you accidentally type ipython notebook, that?s gone, and we?ve fixed the regression introduced in 4.1 where ipython -i didn?t work if an exception was raised. More details in the docs . -MinRK ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From giovanni at ecfm.usac.edu.gt Wed Apr 20 23:48:27 2016 From: giovanni at ecfm.usac.edu.gt (giovanni) Date: Wed, 20 Apr 2016 21:48:27 -0600 Subject: [IPython-dev] entrypoints error . . . . Message-ID: <20160421034328.M97273@ecfm.usac.edu.gt> When jupyter is installed the following error is generated: bilbo at ecfm:~$ sudo pip install jupyter Downloading/unpacking jupyter Downloading jupyter-1.0.0.tar.gz Running setup.py egg_info for package jupyter Downloading/unpacking notebook (from jupyter) Running setup.py egg_info for package notebook Downloading/unpacking qtconsole (from jupyter) Downloading qtconsole-4.2.1.tar.gz (408Kb): 408Kb downloaded Running setup.py egg_info for package qtconsole Downloading/unpacking jupyter-console (from jupyter) Downloading jupyter_console-4.1.1.tar.gz Running setup.py egg_info for package jupyter-console Downloading/unpacking nbconvert (from jupyter) Running setup.py egg_info for package nbconvert Requirement already satisfied (use --upgrade to upgrade): ipykernel in /usr/local/lib/python2.7/dist-packages (from jupyter) Downloading/unpacking ipywidgets (from jupyter) Running setup.py egg_info for package ipywidgets Requirement already satisfied (use --upgrade to upgrade): jinja2 in /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) Requirement already satisfied (use --upgrade to upgrade): tornado>=4 in /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) Requirement already satisfied (use --upgrade to upgrade): ipython_genutils in /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) Requirement already satisfied (use --upgrade to upgrade): traitlets in /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) Requirement already satisfied (use --upgrade to upgrade): jupyter_core in /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) Requirement already satisfied (use --upgrade to upgrade): jupyter_client in /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) Requirement already satisfied (use --upgrade to upgrade): nbformat in /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) Requirement already satisfied (use --upgrade to upgrade): pygments in /usr/local/lib/python2.7/dist-packages (from qtconsole->jupyter) Requirement already satisfied (use --upgrade to upgrade): ipython in /usr/local/lib/python2.7/dist-packages (from jupyter-console->jupyter) Requirement already satisfied (use --upgrade to upgrade): mistune!=0.6 in /usr/local/lib/python2.7/dist-packages (from nbconvert->jupyter) Downloading/unpacking entrypoints (from nbconvert->jupyter) Could not find any downloads that satisfy the requirement entrypoints (from nbconvert->jupyter) No distributions at all found for entrypoints (from nbconvert->jupyter) Storing complete log in /root/.pip/pip.log bilbo at ecfm:~$ Downloading/unpacking entrypoints (from nbconvert->jupyter) -bash: error sint?ctico cerca del elemento inesperado `(' bilbo at ecfm:~$ Thanks, bye From ellisonbg at gmail.com Thu Apr 21 01:07:39 2016 From: ellisonbg at gmail.com (Brian Granger) Date: Wed, 20 Apr 2016 22:07:39 -0700 Subject: [IPython-dev] entrypoints error . . . . In-Reply-To: <20160421034328.M97273@ecfm.usac.edu.gt> References: <20160421034328.M97273@ecfm.usac.edu.gt> Message-ID: Hmmm, this is at least the second report of this we have seen. Why isn't the installation just installing the entrypoints package? On Wed, Apr 20, 2016 at 8:48 PM, giovanni wrote: > When jupyter is installed the following error is generated: > > bilbo at ecfm:~$ sudo pip install jupyter > Downloading/unpacking jupyter > Downloading jupyter-1.0.0.tar.gz > Running setup.py egg_info for package jupyter > > Downloading/unpacking notebook (from jupyter) > Running setup.py egg_info for package notebook > > Downloading/unpacking qtconsole (from jupyter) > Downloading qtconsole-4.2.1.tar.gz (408Kb): 408Kb downloaded > Running setup.py egg_info for package qtconsole > > Downloading/unpacking jupyter-console (from jupyter) > Downloading jupyter_console-4.1.1.tar.gz > Running setup.py egg_info for package jupyter-console > > Downloading/unpacking nbconvert (from jupyter) > Running setup.py egg_info for package nbconvert > > Requirement already satisfied (use --upgrade to upgrade): ipykernel in > /usr/local/lib/python2.7/dist-packages (from jupyter) > Downloading/unpacking ipywidgets (from jupyter) > Running setup.py egg_info for package ipywidgets > > Requirement already satisfied (use --upgrade to upgrade): jinja2 in > /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) > Requirement already satisfied (use --upgrade to upgrade): tornado>=4 in > /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) > Requirement already satisfied (use --upgrade to upgrade): ipython_genutils > in /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) > Requirement already satisfied (use --upgrade to upgrade): traitlets in > /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) > Requirement already satisfied (use --upgrade to upgrade): jupyter_core in > /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) > Requirement already satisfied (use --upgrade to upgrade): jupyter_client > in /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) > Requirement already satisfied (use --upgrade to upgrade): nbformat in > /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) > Requirement already satisfied (use --upgrade to upgrade): pygments in > /usr/local/lib/python2.7/dist-packages (from qtconsole->jupyter) > Requirement already satisfied (use --upgrade to upgrade): ipython in > /usr/local/lib/python2.7/dist-packages (from jupyter-console->jupyter) > Requirement already satisfied (use --upgrade to upgrade): mistune!=0.6 in > /usr/local/lib/python2.7/dist-packages (from nbconvert->jupyter) > Downloading/unpacking entrypoints (from nbconvert->jupyter) > Could not find any downloads that satisfy the requirement entrypoints > (from nbconvert->jupyter) > No distributions at all found for entrypoints (from nbconvert->jupyter) > Storing complete log in /root/.pip/pip.log > bilbo at ecfm:~$ Downloading/unpacking entrypoints (from nbconvert->jupyter) > -bash: error sint?ctico cerca del elemento inesperado `(' > bilbo at ecfm:~$ > > > Thanks, > > bye > _______________________________________________ > IPython-dev mailing list > IPython-dev at scipy.org > https://mail.scipy.org/mailman/listinfo/ipython-dev -- Brian E. Granger Associate Professor of Physics and Data Science Cal Poly State University, San Luis Obispo @ellisonbg on Twitter and GitHub bgranger at calpoly.edu and ellisonbg at gmail.com From benjaminrk at gmail.com Thu Apr 21 07:44:51 2016 From: benjaminrk at gmail.com (MinRK) Date: Thu, 21 Apr 2016 13:44:51 +0200 Subject: [IPython-dev] entrypoints error . . . . In-Reply-To: References: <20160421034328.M97273@ecfm.usac.edu.gt> Message-ID: What is pip --version? It?s possible that you need to upgrade pip: sudo pip install --upgrade setuptools pip ? On Thu, Apr 21, 2016 at 7:07 AM, Brian Granger wrote: > Hmmm, this is at least the second report of this we have seen. Why > isn't the installation just installing the entrypoints package? > > On Wed, Apr 20, 2016 at 8:48 PM, giovanni > wrote: > > When jupyter is installed the following error is generated: > > > > bilbo at ecfm:~$ sudo pip install jupyter > > Downloading/unpacking jupyter > > Downloading jupyter-1.0.0.tar.gz > > Running setup.py egg_info for package jupyter > > > > Downloading/unpacking notebook (from jupyter) > > Running setup.py egg_info for package notebook > > > > Downloading/unpacking qtconsole (from jupyter) > > Downloading qtconsole-4.2.1.tar.gz (408Kb): 408Kb downloaded > > Running setup.py egg_info for package qtconsole > > > > Downloading/unpacking jupyter-console (from jupyter) > > Downloading jupyter_console-4.1.1.tar.gz > > Running setup.py egg_info for package jupyter-console > > > > Downloading/unpacking nbconvert (from jupyter) > > Running setup.py egg_info for package nbconvert > > > > Requirement already satisfied (use --upgrade to upgrade): ipykernel in > > /usr/local/lib/python2.7/dist-packages (from jupyter) > > Downloading/unpacking ipywidgets (from jupyter) > > Running setup.py egg_info for package ipywidgets > > > > Requirement already satisfied (use --upgrade to upgrade): jinja2 in > > /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) > > Requirement already satisfied (use --upgrade to upgrade): tornado>=4 in > > /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) > > Requirement already satisfied (use --upgrade to upgrade): > ipython_genutils > > in /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) > > Requirement already satisfied (use --upgrade to upgrade): traitlets in > > /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) > > Requirement already satisfied (use --upgrade to upgrade): jupyter_core in > > /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) > > Requirement already satisfied (use --upgrade to upgrade): jupyter_client > > in /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) > > Requirement already satisfied (use --upgrade to upgrade): nbformat in > > /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) > > Requirement already satisfied (use --upgrade to upgrade): pygments in > > /usr/local/lib/python2.7/dist-packages (from qtconsole->jupyter) > > Requirement already satisfied (use --upgrade to upgrade): ipython in > > /usr/local/lib/python2.7/dist-packages (from jupyter-console->jupyter) > > Requirement already satisfied (use --upgrade to upgrade): mistune!=0.6 in > > /usr/local/lib/python2.7/dist-packages (from nbconvert->jupyter) > > Downloading/unpacking entrypoints (from nbconvert->jupyter) > > Could not find any downloads that satisfy the requirement entrypoints > > (from nbconvert->jupyter) > > No distributions at all found for entrypoints (from nbconvert->jupyter) > > Storing complete log in /root/.pip/pip.log > > bilbo at ecfm:~$ Downloading/unpacking entrypoints (from > nbconvert->jupyter) > > -bash: error sint?ctico cerca del elemento inesperado `(' > > bilbo at ecfm:~$ > > > > > > Thanks, > > > > bye > > _______________________________________________ > > IPython-dev mailing list > > IPython-dev at scipy.org > > https://mail.scipy.org/mailman/listinfo/ipython-dev > > > > -- > Brian E. Granger > Associate Professor of Physics and Data Science > Cal Poly State University, San Luis Obispo > @ellisonbg on Twitter and GitHub > bgranger at calpoly.edu and ellisonbg at gmail.com > _______________________________________________ > IPython-dev mailing list > IPython-dev at scipy.org > https://mail.scipy.org/mailman/listinfo/ipython-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: From giovanni at ecfm.usac.edu.gt Thu Apr 21 09:22:09 2016 From: giovanni at ecfm.usac.edu.gt (giovanni) Date: Thu, 21 Apr 2016 07:22:09 -0600 Subject: [IPython-dev] entrypoints error . . . . In-Reply-To: References: <20160421034328.M97273@ecfm.usac.edu.gt> Message-ID: <20160421131819.M61194@ecfm.usac.edu.gt> thank you very much for the solution, that was the problem. jupyter works very well. bye. On Thu, 21 Apr 2016 13:44:51 +0200, MinRK wrote > What is pip --version? It’s possible that you need to upgrade pip: sudo pip install --upgrade setuptools pip > ? > > On Thu, Apr 21, 2016 at 7:07 AM, Brian Granger wrote: >Hmmm, this is at least the second report of this we have seen. Why > isn't the installation just installing the entrypoints package? > > On Wed, Apr 20, 2016 at 8:48 PM, giovanni wrote: > > When jupyter is installed the following error is generated: > > > > bilbo at ecfm:~$ sudo pip install jupyter > > Downloading/unpacking jupyter > > Downloading jupyter-1.0.0.tar.gz > > Running setup.py egg_info for package jupyter > > > > Downloading/unpacking notebook (from jupyter) > > Running setup.py egg_info for package notebook > > > > Downloading/unpacking qtconsole (from jupyter) > > Downloading qtconsole-4.2.1.tar.gz (408Kb): 408Kb downloaded > > Running setup.py egg_info for package qtconsole > > > > Downloading/unpacking jupyter-console (from jupyter) > > Downloading jupyter_console-4.1.1.tar.gz > > Running setup.py egg_info for package jupyter-console > > > > Downloading/unpacking nbconvert (from jupyter) > > Running setup.py egg_info for package nbconvert > > > > Requirement already satisfied (use --upgrade to upgrade): ipykernel in > > /usr/local/lib/python2.7/dist-packages (from jupyter) > > Downloading/unpacking ipywidgets (from jupyter) > > Running setup.py egg_info for package ipywidgets > > > > Requirement already satisfied (use --upgrade to upgrade): jinja2 in > > /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) > > Requirement already satisfied (use --upgrade to upgrade): tornado>=4 in > > /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) > > Requirement already satisfied (use --upgrade to upgrade): ipython_genutils > > in /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) > > Requirement already satisfied (use --upgrade to upgrade): traitlets in > > /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) > > Requirement already satisfied (use --upgrade to upgrade): jupyter_core in > > /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) > > Requirement already satisfied (use --upgrade to upgrade): jupyter_client > > in /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) > > Requirement already satisfied (use --upgrade to upgrade): nbformat in > > /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) > > Requirement already satisfied (use --upgrade to upgrade): pygments in > > /usr/local/lib/python2.7/dist-packages (from qtconsole->jupyter) > > Requirement already satisfied (use --upgrade to upgrade): ipython in > > /usr/local/lib/python2.7/dist-packages (from jupyter-console->jupyter) > > Requirement already satisfied (use --upgrade to upgrade): mistune!=0.6 in > > /usr/local/lib/python2.7/dist-packages (from nbconvert->jupyter) > > Downloading/unpacking entrypoints (from nbconvert->jupyter) > > Could not find any downloads that satisfy the requirement entrypoints > > (from nbconvert->jupyter) > > No distributions at all found for entrypoints (from nbconvert->jupyter) > > Storing complete log in /root/.pip/pip.log > > bilbo at ecfm:~$ Downloading/unpacking entrypoints (from nbconvert->jupyter) > > -bash: error sintáctico cerca del elemento inesperado `(' > > bilbo at ecfm:~$ > > > > > > Thanks, > > > > bye > > _______________________________________________ > > IPython-dev mailing list > > IPython-dev at scipy.org > > https://mail.scipy.org/mailman/listinfo/ipython-dev > > -- > Brian E. Granger > Associate Professor of Physics and Data Science > Cal Poly State University, San Luis Obispo > @ellisonbg on Twitter and GitHub > bgranger at calpoly.edu and ellisonbg at gmail.com > > > _______________________________________________ > IPython-dev mailing list > IPython-dev at scipy.org > https://mail.scipy.org/mailman/listinfo/ipython-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: From kikocorreoso at gmail.com Sat Apr 23 08:38:06 2016 From: kikocorreoso at gmail.com (Kiko) Date: Sat, 23 Apr 2016 14:38:06 +0200 Subject: [IPython-dev] entrypoints error . . . . In-Reply-To: <20160421131819.M61194@ecfm.usac.edu.gt> References: <20160421034328.M97273@ecfm.usac.edu.gt> <20160421131819.M61194@ecfm.usac.edu.gt> Message-ID: I've updated one extension this morning and creating the setup.py was frustrating because of that error. Thanks Min for the solution. 2016-04-21 15:22 GMT+02:00, giovanni : > thank you very much for the solution, that was the problem. jupyter works > very well. > > bye. > > On Thu, 21 Apr 2016 13:44:51 +0200, MinRK wrote >> What is pip --version? It’s possible that you need to upgrade pip: > sudo pip > install --upgrade setuptools > pip > >> ? >> >> On Thu, Apr 21, 2016 at 7:07 AM, Brian Granger >> wrote: >>Hmmm, this is at least the second report of this we have seen. Why >> isn't the installation just installing the entrypoints package? >> >> On Wed, Apr 20, 2016 at 8:48 PM, giovanni >> wrote: >> > When jupyter is installed the following error is generated: >> > >> > bilbo at ecfm:~$ sudo pip install jupyter >> > Downloading/unpacking jupyter >> > Downloading jupyter-1.0.0.tar.gz >> > Running setup.py egg_info for package jupyter >> > >> > Downloading/unpacking notebook (from jupyter) >> > Running setup.py egg_info for package notebook >> > >> > Downloading/unpacking qtconsole (from jupyter) >> > Downloading qtconsole-4.2.1.tar.gz (408Kb): 408Kb downloaded >> > Running setup.py egg_info for package qtconsole >> > >> > Downloading/unpacking jupyter-console (from jupyter) >> > Downloading jupyter_console-4.1.1.tar.gz >> > Running setup.py egg_info for package jupyter-console >> > >> > Downloading/unpacking nbconvert (from jupyter) >> > Running setup.py egg_info for package nbconvert >> > >> > Requirement already satisfied (use --upgrade to upgrade): ipykernel in >> > /usr/local/lib/python2.7/dist-packages (from jupyter) >> > Downloading/unpacking ipywidgets (from jupyter) >> > Running setup.py egg_info for package ipywidgets >> > >> > Requirement already satisfied (use --upgrade to upgrade): jinja2 in >> > /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) >> > Requirement already satisfied (use --upgrade to upgrade): tornado>=4 in >> > /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) >> > Requirement already satisfied (use --upgrade to upgrade): >> > ipython_genutils >> > in /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) >> > Requirement already satisfied (use --upgrade to upgrade): traitlets in >> > /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) >> > Requirement already satisfied (use --upgrade to upgrade): jupyter_core >> > in >> > /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) >> > Requirement already satisfied (use --upgrade to upgrade): >> > jupyter_client >> > in /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) >> > Requirement already satisfied (use --upgrade to upgrade): nbformat in >> > /usr/local/lib/python2.7/dist-packages (from notebook->jupyter) >> > Requirement already satisfied (use --upgrade to upgrade): pygments in >> > /usr/local/lib/python2.7/dist-packages (from qtconsole->jupyter) >> > Requirement already satisfied (use --upgrade to upgrade): ipython in >> > /usr/local/lib/python2.7/dist-packages (from jupyter-console->jupyter) >> > Requirement already satisfied (use --upgrade to upgrade): mistune!=0.6 >> > in >> > /usr/local/lib/python2.7/dist-packages (from nbconvert->jupyter) >> > Downloading/unpacking entrypoints (from nbconvert->jupyter) >> > Could not find any downloads that satisfy the requirement entrypoints >> > (from nbconvert->jupyter) >> > No distributions at all found for entrypoints (from nbconvert->jupyter) >> > Storing complete log in /root/.pip/pip.log >> > bilbo at ecfm:~$ Downloading/unpacking entrypoints (from >> > nbconvert->jupyter) >> > -bash: error sintáctico cerca del elemento inesperado `(' >> > bilbo at ecfm:~$ >> > >> > >> > Thanks, >> > >> > bye >> > _______________________________________________ >> > IPython-dev mailing list >> > IPython-dev at scipy.org >> > https://mail.scipy.org/mailman/listinfo/ipython-dev >> >> -- >> Brian E. Granger >> Associate Professor of Physics and Data Science >> Cal Poly State University, San Luis Obispo >> @ellisonbg on Twitter and GitHub >> bgranger at calpoly.edu and ellisonbg at gmail.com >> >> >> _______________________________________________ >> IPython-dev mailing list >> IPython-dev at scipy.org >> https://mail.scipy.org/mailman/listinfo/ipython-dev >> > > > From kikocorreoso at gmail.com Sat Apr 23 13:53:53 2016 From: kikocorreoso at gmail.com (Kiko) Date: Sat, 23 Apr 2016 19:53:53 +0200 Subject: [IPython-dev] ANN: brythonmagic v0.2.1 Message-ID: Hi all, I would like to announce the release of brythonmagic v0.2.1. What is brythonmagic? --------------------------------- brythonmagic provides you a cell magic, %%brython, to run brython code and show the results in a html div tag below the code cell. 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. To better understand what it does you can have a look to this *old* video: https://www.youtube.com/watch?v=adQzjuUX0kw&feature=youtu.be What is brython? ------------------------ Brython is a CPython 3 implementetion written in javascript that runs on the client side of your browser (http://brython.info/) Release notes: --------------------- Fixed some strange errors on brython to make brythonmagic works fine on the Jupyter notebook. - Added some functions to easily load javascript libraries that can be used by brython in the notebook: - load_brython_stable: will load the latest *brython_dist.js* stable release from http://www.brython.info/src/brython_dist.js. - load_brython_dev: will load the latest *brython_dist.js* development version from github using rawgit. - load_js_lib: Allows you to load javascript libs using a string indicating the url. - Updated the code to make it work with latest jupyter releases. Issues: ----------- If you find any issue, please, report it here: https://github.com/kikocorreoso/brythonmagic/issues More info: -------------- https://github.com/kikocorreoso/brythonmagic Thanks. Best. -------------- next part -------------- An HTML attachment was scrubbed... URL: