Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.06 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.06 KB

IDg

This is a jupyter kernel for dg language. It is written as a wrapper kernel based on /ipykernel/ipkernel/IPythonKernel

This project is in relatively early stage.

Author: I don't have time anymore to work on this, feel free to continue it or start from scratch. Me: Will do bro, for Dg language.

TODO: REST OF THE CONTENT WILL BE CHANGE

Install: MacOS

Install: Windows

First install dg, so that you have dg package in your python environment. Then,

git clone https://github.com/LeaveNhA/idg
cd idg
jupyter kernelspec install idg

It should give you something like

[InstallKernelSpec] Installed kernelspec idg in C:\ProgramData\jupyter\kernels\idg

Take that path C:\ProgramData\jupyter\kernels (without idg part) and add it to PYTHONPATH environment variable.

Then you can run the jupyter normally

jupyter notebook

or

jupyter console --kernel idg

Important notes

None.

Example notebook

Example notebook

Features Supported

TODO

Known bugs

Lots of, I believe? Please inform me with issues.