Skip to content

Commit 6531539

Browse files
Merge pull request #311 from SylvainCorlay/update-title
Update title
2 parents 0ea4bb8 + cb77a92 commit 6531539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/fundable/projectsDetails.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const fundableProjectsDetails = {
88
jupyterEcosystem: [
99
{
1010
category: "Jupyter Ecosystem",
11-
title: "Modernize nbconvert",
11+
title: "Modernizing nbconvert",
1212
pageName: "NbconvertModernization",
1313
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.",
1414
description: NbconvertModernizationMD,

0 commit comments

Comments
 (0)