An experimental toolkit for web crawler
To install use pip:
$ pip install crawlab
$ jupyter nbextension enable --py --sys-prefix crawlab
Jupyter lab:
$ jupyter labextension install @jupyter-widgets/jupyterlab-manager
$ jupyter labextension install js
For a development installation, Ubuntu dependencies:
$ sudo apt-get install python3 python3-dev
$ sudo apt-get install npm
Install extension:
$ git clone https://github.com/fabiocariati/crawlab.git
$ cd crawlab
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix crawlab
$ jupyter nbextension enable --py --sys-prefix crawlab