metakernel icon indicating copy to clipboard operation
metakernel copied to clipboard

Jupyter/IPython Kernel Tools

Results 33 metakernel issues
Sort by recently updated
recently updated
newest added

Users should be able to set the `display_name` property in the installed `kernel.json` at install time. This is handy when one wants to access multiple installations of a kernel (e.g.,...

I am trying to use the notebook `Jigsaw in IPython.ipynb`. However, these are the problems I am encountering: 1. executing `%jigsaw Python --workspace workspace1`, I get the browser console error...

If I use metakernel to create jupyter kernel and connect to an application using REPLWrapper, is there a way to post some message in front end (may be in all...

Greetings, I love the idea of this project, and would like to help out by making the Jigsaw Magic work on an Apache/ReverseProxy/JupyterHub installation. My motivation is that I would...

Any version of pydot >= 1.2.0, has a new interface which returns a list of graphs. Here's a patch that assumes a single graph is returned: ``` --- dot_magic.py.orig 2019-06-25...

hi there with plain python notebooks I often use a home-made utility to produce a plan; my ` plan()` function produces an `HTML` object, here's how it'd look ![image](https://user-images.githubusercontent.com/4519227/57924530-9e29fe80-78a5-11e9-9f6e-1502aef10a2b.png) ***...

When executing the example Jigsaw in IPython.ipynb, the blocks don't show and a warning is issued: ![jigsaw_problem](https://user-images.githubusercontent.com/46918206/51908571-80a25900-23ca-11e9-85b1-2df01f3956b8.png) This happens when executing on my own server. I have also tried extracting...

Version info ``` matlab : 9.5.0.944444 (R2018b) matlab_kernel : 0.15.1 ``` I am running a matlab [code](https://gist.github.com/jayendra13/b9e1fb438b86e68a21fafeca9d8c505c) with `matlab_kernel` having a syntax error, and tracking the messages from the _iopub_...

I am getting below error from console when i hit %jigsaw Processing or Python. Firefox: SecurityError: Permission denied to access property "Blockly" on cross-origin object http://localhost:8888/files/jigsaw-workspace-DIMJSX.html:1152:7 Chrome: Uncaught DOMException: Blocked...