calysto_hy icon indicating copy to clipboard operation
calysto_hy copied to clipboard

Calysto Hy, a Jupyter kernel for Hy using MetaKernel

Results 9 calysto_hy issues
Sort by recently updated
recently updated
newest added

Presumably because of the changes in Hy? In a venv, I followed the readme instructions, ``` (Python 3.9.13) ati@neptune ~/hytest > pip3 install git+https://github.com/ekaschalk/jedhy.git [...] (Python 3.9.13) ati@neptune ~/hytest >...

During the last step of the installation of calysto_hy, an error raised: ``` python -m calysto_hy install Traceback (most recent call last): File "/home/leo/apps/miniconda3/envs/hylang/lib/python3.6/runpy.py", line 183, in _run_module_as_main mod_name, mod_spec,...

Added support for the latest release of hy and a new fallback completer. Since Jedhy doesn't support hy 0.24.0, it's still unusable.

I realize this might be a `metakernel` issue, so feel free to redirect me if that is the case. I am trying to run a scientific Python stack with pandas,...

The following doesn't seem to work in calysto_hy: ```hy (py "print('hello')") ``` Stacktrace: ``` Traceback (most recent call last): File "/home/pavel/Programs/miniconda3/envs/hy/lib/python3.7/site-packages/hy/compiler.py", line 435, in compile ret = self.compile_atom(tree) File "/home/pavel/Programs/miniconda3/envs/hy/lib/python3.7/site-packages/hy/compiler.py",...

In Hylang Test.ipynb: ```console In [31]: (defn optional-arg [pos1 pos2 &optional keyword1 [keyword2 42]] [pos1 pos2 keyword1 keyword2]) ... In [32]: (setv args [1 2]) (setv kwargs {"keyword2" 3 "keyword1"...

Good day for everyone! It would be great if one was able to use ipywidgets in Calysto. As far as I understand, the side responsible for displaying widgets is jupyter...

When I use this kernel, I found that the object's attributes/methods can't get the completion. like this: ![image](https://user-images.githubusercontent.com/14010939/47340559-3d509400-d6d1-11e8-8905-d56899a65e3f.png) but in raw hy-repl, I can get the completion: ![image](https://user-images.githubusercontent.com/14010939/47340585-548f8180-d6d1-11e8-8b0a-eed0440ab5de.png) I should...

Hi there is a way to change the syntax colors the default blue is too dark and you can barely see it ![image](https://user-images.githubusercontent.com/38910393/46880582-5cd1fc00-ce49-11e8-9100-c26c0617648e.png) I'm using alacritty with the default colors...