UWI-Zess / COMP6940-Project

https://comp-6940-project.vercel.app
0 stars 0 forks source link

Implement Static Rendering of Jupyter Notebook in Next.js Web App #19

Closed jefroy closed 2 months ago

jefroy commented 2 months ago

Description

To enhance our web application's user experience, we need to integrate a Jupyter notebook into one of our pages. The notebook contains insights from exploratory analysis of hate crime data. Since the users only need to view this information and do not require any interactivity with the notebook's contents, the notebook will be rendered statically.

Objective

Convert the Jupyter notebook into a static format (HTML or Markdown) and embed it into the Next.js application, ensuring that it is displayed cleanly and is easy to read.

Tasks

Acceptance Criteria

Notes