Skip to content

Experimental project for combining `drepl` and jupyter-wire

License

Notifications You must be signed in to change notification settings

m3m0ry/dlang-jupyter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dlang-jupyter

Experimental project for combining drepl and jupyter_wire. There is some functionality and many issues.

Building dlang-jupyter

  • Clone the repository.
  • Install libzmq3-dev to satisfy this dependency of jupyter-wire
  • Build: dub build.

Use kernel

In order to use the kernel, you need jupyter installed. Then you need to make this kernel available. Notice that this reposiry already has the kernel.json file.

Possible setup:

  • Install conda
  • (if necessary, export conda's path to be accesible with your shell. Conda has solutions for bash, zsh, fish and maybe other as well.)
  • Create new environment: conda create -n dlang-jupyter
  • Change to this environment: conda activate dlang-jupyter
  • Install jupyter: conda install jupyter
  • Set a link to this repository: ln -s {REPOSITORY-PATH} {CONDA-PATH}/envs/dlang-jupyter/share/jupyter/kernels/dlang-jupyter
  • Run jupyter: jupyter notebook
  • Create a new notebook, with dlang-jupyter as your kernel.

About

Experimental project for combining `drepl` and jupyter-wire

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages