package jupyter-kernel
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Library to write jupyter kernels (interactive notebooks)
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v0.8.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=6bdd3f6fdc274b676db78ca5f50a58a7
    
    
  sha512=c5ce7c36a395497bffb608f239e906b6e60ad965491a6dcf513a3ce0e4f4b87235dde2b77e8449d6bcff66c62c8863462458ce393899123400ca3d722994a90e
    
    
  Description
README
Jupyter-Kernel 
A library for writing Jupyter kernels in OCaml
Install a Kernel
jupyter kernelspec install dir/containing/kernel/ --user --replace --name=<name>Documentation
https://ocaml-jupyter.github.io/jupyter-kernel/
Related work
This project is a library for writing Jupyter kernels in OCaml.
If you are looking for a Jupyter kernel for OCaml, try one of these:
- https://github.com/KKostya/simple_jucaml
 - https://github.com/andrewray/iocaml
 - https://github.com/akabe/ocaml-jupyter
 
License
BSD2
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page