We accept issues as follows:
- Bug reports
- Questions
- Feature requests
- Suggestion of improvement
You can post any other topic. If you have a question or found a bug, please explain what your problem is and how to reproduce it for maintainers, e.g., your environments, commands, and operations on Jupyter.
Your comments may help other users. Discussion in issues is better than contacting maintainers directly (e.g. by email).
We always welcome your pull request.
- Fork this repository and clone your repository.
opam install . -y --deps-only --with-test && opam install 'merlin>=3.0.0'
- Create a new branch.
- Run
make format
and commit your changes. git push
the commits into your (forked) repository.- Pull request to
master
of this repository from the branch you pushed.
make format # Lint and code formatting
make unit-test # Unit tests
The environment variable OCAML_JUPYTER_LOG
controls the log level of OCaml Jupyter kernel.
The following setting verbosely outputs log messages. They might help you debug.
export OCAML_JUPYTER_LOG='debug'
jupyter notebook