calysto_processing icon indicating copy to clipboard operation
calysto_processing copied to clipboard

Calysto Processing kernel for Jupyter

Results 3 calysto_processing issues
Sort by recently updated
recently updated
newest added

External libraries import but get **ReferenceError: GetRequest is not defined** when trying to instantiate an object. See below for example: import http.requests.*; GetRequest get = new GetRequest("http://httprocessing.heroku.com"); get.send(); println("Reponse Content:...

I installed calysto_processing following the instructions in this repository, the execution of the kernel is fine, but when I save a notebook and reopen Jupyter show this error ``TypeError: ext.toLowerCase...

It looks findMax() in Extensions.ipynb doesn´t returns highest population value from CSV table. 698473 returned but 6595779 expected.