Skip to content

NicolasLacroix/JupyterNotebookQA

Repository files navigation

JupyterNotebookQA

This project uses a Makefile for all steps.

Setup

Requirements

  • Python 3.10 + pip

To run the analysis, you have to install the pipenv tool as well as the virtual environments using the following Makefile recipes:

Install pipenv

$ make install_pipenv

Install with standard dependencies

$ make install_local_env

Install with standard + popular dependencies

$ make install_local_popular_env

Run scrappers

$ make scrap_github
$ make scrap_kaggle

Run analysis

$ make analyze

Plotting results

To plot the result, you can use the CLI. You can get the list of available commands using the following command:

$ make cli_help

Plotting commands start with plot-. You can retrieve the common errors using the retrieve-common-errors CLI command.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors 4

  •  
  •  
  •  
  •