Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/fundable/projectsDetails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const fundableProjectsDetails = {
jupyterEcosystem: [
{
category: "Jupyter Ecosystem",
title: "Modernize nbconvert",
title: "Modernizing nbconvert",
pageName: "NbconvertModernization",
shortDescription: "Conversion of Jupyter notebooks to PDF currently relies on nbconvert in the backend, which in turns uses a headless browser for producing the PDF. We propose to directly perform the PDF conversion in the user's browser, which will simplify the architecture and make it function with JupyterLite.",
description: NbconvertModernizationMD,
Expand Down
Loading