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.
IJavascript is a Javascript kernel for the Jupyter notebook. Install it by running:
npm install -g ijavascriptTo install the dependencies and use the notebook you'll need pipenv:
pip3 install pipenvStart the virtual environment typing:
pipenv shellInstall the dependencies using:
pipenv installInside the activated virtual environment, install the javascript kernel by running:
ijsinstallStart Jupyter Lab with:
jupyter-lab