Jupyter notebook for node-ibm_db
- Node.js
- Python2.7
- pip
- Visual Studio(VC++ 2015.3 v140 toolset(x86,x64)->select check box)
What you do need to do is upgrading pip:
python -m pip install -U pip setuptools
Once you have pip, you can just run
> Python2
pip install jupyter
Run the following command to open up the application:
jupyter notebook
> Then you'll see the application opening in the web browser on the following address: http://localhost:8888.
> For Jupyter lab view:
http://localhost:8888/lab
To add node.js kernel to Jupyter notebook
npm install -g ijavascript
ijsinstall
Try step 3 again. This time, you can add node.js notebook pages in your Jypyter notebook as node.js kernel has been added to your Jupyter notebook.
- NOTE: Please follow and complete above mentioned steps before following next steps. `
Clone the jupyter-node-ibm_db repository.
git clone https://github.com/ibmdb/jupyter-node-ibm_db.git
Install node-ibm_db inside jupyter-node-ibm_db directory
npm install ibm_db
Run Jupyter notebook
jupyter notebook
##Useful Links:
jupyter notebook --> https://www.datacamp.com/community/tutorials/tutorial-jupyter-notebook
jupyter lab --> https://www.youtube.com/watch?v=XPh9LmLO8lI