Skip to content
/ idg Public
forked from Eoksni/ipurescript

IDg - Jupyter kernel for dg language.

License

Notifications You must be signed in to change notification settings

LeaveNhA/idg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

IDg - Jupyter kernel for dg language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%