JupyterLab directory layout - UTMediaCAT/mediacat-docs GitHub Wiki

root directory : /media/data/jupyter-lab/bin

  • /json_data
    • this contains the json data from post processor (output.json)
  • /jupyter_notebooks
    • /csv_processing
      • /csv_ouput
        • all output xlsx are here
      • csv_processing.ipynb
        • takes output from post processor and converts to csv
      • scope.txt
    • /twitter_API
      • twitter_api_demo.ipynb
        • twitter crawler documentation
      • TwitterCrawler.ipynb
        • this is the twitter crawler, should convert to python script when ready
      • twitter_keys.yaml
        • this has all the credentials
      • requirements.txt
        • all python packages that you use
    • /utils
    • /visualizations
      • postprocessing_stacked_area_chart_new.ipynb