Working with the Jupyter NotebookΒΆ

Once the FacebookPostsAnalysis has generated the Jupyter Notebook file, you can open and run it in a simple way. Just follow these steps:

  1. While located in the analysis folder, containing the .ipynb file, run the following command:
jupyter notebook
  1. In browser menu, choose the .ipynb file of the desired Facebook open group/page (based on ID in the file name),
  2. In Jupyter main menu, select Cell and Run All (as on the image below),
_images/jupyter_run_cells.png
  1. Now you can browse the full analysis of the desired Facebook open group/page.

If you wish, you can proceed to the full API documentation.