Skip to content

samuelastech/js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Learning JavaScript using Jupyter Notebook

Topics

Resources

Stars

Watchers

Forks