In [12]:
!pip install --upgrade pip
Requirement already up-to-date: pip in /home/bahar/anaconda3/lib/python3.7/site-packages (20.2.4)
In [13]:
!pip install jupyter_contrib_nbextensions
Requirement already satisfied: jupyter_contrib_nbextensions in /home/bahar/anaconda3/lib/python3.7/site-packages (0.5.1)
Requirement already satisfied: tornado in /home/bahar/anaconda3/lib/python3.7/site-packages (from jupyter_contrib_nbextensions) (6.0.4)
Requirement already satisfied: jupyter-latex-envs>=1.3.8 in /home/bahar/anaconda3/lib/python3.7/site-packages (from jupyter_contrib_nbextensions) (1.4.6)
Requirement already satisfied: jupyter-nbextensions-configurator>=0.4.0 in /home/bahar/anaconda3/lib/python3.7/site-packages (from jupyter_contrib_nbextensions) (0.4.1)
Requirement already satisfied: nbconvert>=4.2 in /home/bahar/anaconda3/lib/python3.7/site-packages (from jupyter_contrib_nbextensions) (5.6.1)
Requirement already satisfied: jupyter-contrib-core>=0.3.3 in /home/bahar/anaconda3/lib/python3.7/site-packages (from jupyter_contrib_nbextensions) (0.3.3)
Requirement already satisfied: ipython-genutils in /home/bahar/.local/lib/python3.7/site-packages (from jupyter_contrib_nbextensions) (0.2.0)
Requirement already satisfied: jupyter-core in /home/bahar/anaconda3/lib/python3.7/site-packages (from jupyter_contrib_nbextensions) (4.6.3)
Requirement already satisfied: traitlets>=4.1 in /home/bahar/.local/lib/python3.7/site-packages (from jupyter_contrib_nbextensions) (4.3.3)
Requirement already satisfied: jupyter-highlight-selected-word>=0.1.1 in /home/bahar/anaconda3/lib/python3.7/site-packages (from jupyter_contrib_nbextensions) (0.2.0)
Requirement already satisfied: pyyaml in /home/bahar/anaconda3/lib/python3.7/site-packages (from jupyter_contrib_nbextensions) (5.3.1)
Requirement already satisfied: lxml in /home/bahar/anaconda3/lib/python3.7/site-packages (from jupyter_contrib_nbextensions) (4.5.2)
Requirement already satisfied: notebook>=4.0 in /home/bahar/anaconda3/lib/python3.7/site-packages (from jupyter_contrib_nbextensions) (6.0.3)
Requirement already satisfied: ipython in /home/bahar/.local/lib/python3.7/site-packages (from jupyter-latex-envs>=1.3.8->jupyter_contrib_nbextensions) (7.16.1)
Requirement already satisfied: testpath in /home/bahar/anaconda3/lib/python3.7/site-packages (from nbconvert>=4.2->jupyter_contrib_nbextensions) (0.4.4)
Requirement already satisfied: pandocfilters>=1.4.1 in /home/bahar/anaconda3/lib/python3.7/site-packages (from nbconvert>=4.2->jupyter_contrib_nbextensions) (1.4.2)
Requirement already satisfied: defusedxml in /home/bahar/anaconda3/lib/python3.7/site-packages (from nbconvert>=4.2->jupyter_contrib_nbextensions) (0.6.0)
Requirement already satisfied: pygments in /home/bahar/.local/lib/python3.7/site-packages (from nbconvert>=4.2->jupyter_contrib_nbextensions) (2.6.1)
Requirement already satisfied: nbformat>=4.4 in /home/bahar/anaconda3/lib/python3.7/site-packages (from nbconvert>=4.2->jupyter_contrib_nbextensions) (5.0.7)
Requirement already satisfied: bleach in /home/bahar/anaconda3/lib/python3.7/site-packages (from nbconvert>=4.2->jupyter_contrib_nbextensions) (3.1.5)
Requirement already satisfied: mistune<2,>=0.8.1 in /home/bahar/anaconda3/lib/python3.7/site-packages (from nbconvert>=4.2->jupyter_contrib_nbextensions) (0.8.4)
Requirement already satisfied: jinja2>=2.4 in /home/bahar/anaconda3/lib/python3.7/site-packages (from nbconvert>=4.2->jupyter_contrib_nbextensions) (2.11.2)
Requirement already satisfied: entrypoints>=0.2.2 in /home/bahar/anaconda3/lib/python3.7/site-packages (from nbconvert>=4.2->jupyter_contrib_nbextensions) (0.3)
Requirement already satisfied: setuptools in /home/bahar/anaconda3/lib/python3.7/site-packages (from jupyter-contrib-core>=0.3.3->jupyter_contrib_nbextensions) (49.2.1)
Requirement already satisfied: decorator in /home/bahar/.local/lib/python3.7/site-packages (from traitlets>=4.1->jupyter_contrib_nbextensions) (4.4.2)
Requirement already satisfied: six in /home/bahar/anaconda3/lib/python3.7/site-packages (from traitlets>=4.1->jupyter_contrib_nbextensions) (1.15.0)
Requirement already satisfied: terminado>=0.8.1 in /home/bahar/anaconda3/lib/python3.7/site-packages (from notebook>=4.0->jupyter_contrib_nbextensions) (0.8.3)
Requirement already satisfied: ipykernel in /home/bahar/anaconda3/lib/python3.7/site-packages (from notebook>=4.0->jupyter_contrib_nbextensions) (5.3.2)
Requirement already satisfied: prometheus-client in /home/bahar/anaconda3/lib/python3.7/site-packages (from notebook>=4.0->jupyter_contrib_nbextensions) (0.8.0)
Requirement already satisfied: Send2Trash in /home/bahar/anaconda3/lib/python3.7/site-packages (from notebook>=4.0->jupyter_contrib_nbextensions) (1.5.0)
Requirement already satisfied: pyzmq>=17 in /home/bahar/anaconda3/lib/python3.7/site-packages (from notebook>=4.0->jupyter_contrib_nbextensions) (19.0.1)
Requirement already satisfied: jupyter-client>=5.3.4 in /home/bahar/anaconda3/lib/python3.7/site-packages (from notebook>=4.0->jupyter_contrib_nbextensions) (6.1.6)
Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in /home/bahar/.local/lib/python3.7/site-packages (from ipython->jupyter-latex-envs>=1.3.8->jupyter_contrib_nbextensions) (3.0.5)
Requirement already satisfied: backcall in /home/bahar/.local/lib/python3.7/site-packages (from ipython->jupyter-latex-envs>=1.3.8->jupyter_contrib_nbextensions) (0.2.0)
Requirement already satisfied: jedi>=0.10 in /home/bahar/.local/lib/python3.7/site-packages (from ipython->jupyter-latex-envs>=1.3.8->jupyter_contrib_nbextensions) (0.17.1)
Requirement already satisfied: pexpect; sys_platform != "win32" in /home/bahar/anaconda3/lib/python3.7/site-packages (from ipython->jupyter-latex-envs>=1.3.8->jupyter_contrib_nbextensions) (4.8.0)
Requirement already satisfied: pickleshare in /home/bahar/.local/lib/python3.7/site-packages (from ipython->jupyter-latex-envs>=1.3.8->jupyter_contrib_nbextensions) (0.7.5)
Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in /home/bahar/anaconda3/lib/python3.7/site-packages (from nbformat>=4.4->nbconvert>=4.2->jupyter_contrib_nbextensions) (3.2.0)
Requirement already satisfied: packaging in /home/bahar/anaconda3/lib/python3.7/site-packages (from bleach->nbconvert>=4.2->jupyter_contrib_nbextensions) (20.4)
Requirement already satisfied: webencodings in /home/bahar/anaconda3/lib/python3.7/site-packages (from bleach->nbconvert>=4.2->jupyter_contrib_nbextensions) (0.5.1)
Requirement already satisfied: MarkupSafe>=0.23 in /home/bahar/anaconda3/lib/python3.7/site-packages (from jinja2>=2.4->nbconvert>=4.2->jupyter_contrib_nbextensions) (1.1.1)
Requirement already satisfied: python-dateutil>=2.1 in /home/bahar/anaconda3/lib/python3.7/site-packages (from jupyter-client>=5.3.4->notebook>=4.0->jupyter_contrib_nbextensions) (2.8.1)
Requirement already satisfied: wcwidth in /home/bahar/.local/lib/python3.7/site-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->ipython->jupyter-latex-envs>=1.3.8->jupyter_contrib_nbextensions) (0.2.5)
Requirement already satisfied: parso<0.8.0,>=0.7.0 in /home/bahar/.local/lib/python3.7/site-packages (from jedi>=0.10->ipython->jupyter-latex-envs>=1.3.8->jupyter_contrib_nbextensions) (0.7.0)
Requirement already satisfied: ptyprocess>=0.5 in /home/bahar/anaconda3/lib/python3.7/site-packages (from pexpect; sys_platform != "win32"->ipython->jupyter-latex-envs>=1.3.8->jupyter_contrib_nbextensions) (0.6.0)
Requirement already satisfied: attrs>=17.4.0 in /home/bahar/anaconda3/lib/python3.7/site-packages (from jsonschema!=2.5.0,>=2.4->nbformat>=4.4->nbconvert>=4.2->jupyter_contrib_nbextensions) (19.3.0)
Requirement already satisfied: importlib-metadata; python_version < "3.8" in /home/bahar/anaconda3/lib/python3.7/site-packages (from jsonschema!=2.5.0,>=2.4->nbformat>=4.4->nbconvert>=4.2->jupyter_contrib_nbextensions) (1.7.0)
Requirement already satisfied: pyrsistent>=0.14.0 in /home/bahar/anaconda3/lib/python3.7/site-packages (from jsonschema!=2.5.0,>=2.4->nbformat>=4.4->nbconvert>=4.2->jupyter_contrib_nbextensions) (0.16.0)
Requirement already satisfied: pyparsing>=2.0.2 in /home/bahar/anaconda3/lib/python3.7/site-packages (from packaging->bleach->nbconvert>=4.2->jupyter_contrib_nbextensions) (2.4.7)
Requirement already satisfied: zipp>=0.5 in /home/bahar/anaconda3/lib/python3.7/site-packages (from importlib-metadata; python_version < "3.8"->jsonschema!=2.5.0,>=2.4->nbformat>=4.4->nbconvert>=4.2->jupyter_contrib_nbextensions) (3.1.0)
In [ ]:
pip install jupyter_contrib_nbextensions
In [ ]:
jupyter nbextension enable codefolding/main
In [ ]:
http://localhost:8888/tree#nbextensions_configurator