Open peaillaud opened 1 month ago
I second this, seems like a great way to use OCaml but can't work out how to have proper completion
There is an image of code completion on the GitHub Pages site when opened in JupyterLab. @peaillaud You may want to try JupyterLab as a short-term solution.
@akabe I came here to open an issue because code completions are not working for me in Jupyter. I have installed Jupyter and followed the installation steps. Any idea what might be going on?
Hello,
I use OCaml with the WSL and VS Code on Windows 11, and I usually work with simple .ml files and the extension OCaml Platform.
This extension provides Merlin code completion:
I would like to enable this on OCaml Jupyter notebooks but I can't figure out how. On the following image, there is no completion.
How can I do?
Thanks