Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 743 Bytes

File metadata and controls

32 lines (28 loc) · 743 Bytes

JavaScript

A place to learn JavaScript using Markdown and Jupyter Notebook. Inside src you'll find notebooks that explain JavaScript features with some code examples.

Feel free to contribute adding new notebooks.

Usage

IJavascript is a Javascript kernel for the Jupyter notebook. Install it by running:

npm install -g ijavascript

To install the dependencies and use the notebook you'll need pipenv:

pip3 install pipenv

Start the virtual environment typing:

pipenv shell

Install the dependencies using:

pipenv install

Inside the activated virtual environment, install the javascript kernel by running:

ijsinstall

Start Jupyter Lab with:

jupyter-lab