Giter Club home page Giter Club logo

itypescript's Introduction

ITypescript

ITypescript is an npm package that implements a TypeScript kernel for the Jupyter notebook, as a modification of IJavascript kernel. A Jupyter notebook combines the creation of rich-text documents (including equations, graphs and videos) with the execution of code in a number of programming languages.

The execution of code is carried out by means of a kernel that implements the IPython/Jupyter messaging protocol. There are kernels available for Python, Julia, Ruby, Haskell and many other languages.

Again, We have to emphasize these code is originally come from IJavascript kernel. We converted the code into typescript, and modified tiny fraction of it.

Main Features

  • Run TypeScript code within a node.js session

Following examples are translation of IJavascript's examples, from javascript to typescript.

Installations

Prerequisites

If you're using Typescript, you should install node.js first. Follow the instruction of Node.js Download page or Node.js Installation page.

Also, you have to install jupyter. Follow the instruction of Installing Jupyter notebook.

Stand-alone

After installing these, install ITypescript by typing following shell command (Linux/Unix/Mac):

sudo -H npm install -g itypescript

For windows, find node.js prompt, run it as administrator, and type:

npm install -g itypescript

Jupyter Kernel

You can install itypescript kernel globally with the following command:

sudo -H its --install=global

Or you can install it locally:

its --install=local

For further usage, check usage.md

Contributions

First of all, thank you for taking the time to contribute. Please, read CONTRIBUTING and use the issue tracker for any contributions: support requests, bug reports, enhancement requests, pull requests, submission of tutorials...

itypescript's People

Contributors

n-riesco avatar bgnkim avatar winnekes avatar minrk avatar antimatter15 avatar rgbkrk avatar lgeiger avatar int3h avatar idantene avatar willwhitney avatar ianedington avatar mandarvaze avatar adeelshahid avatar joeflack4 avatar krinsman avatar parmentelat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.