From 18674a06997b48daa0cabdc8fe949b962041e5a8 Mon Sep 17 00:00:00 2001 From: Charuhasini30 <153418631+Charuhasini30@users.noreply.github.com> Date: Tue, 23 Jun 2026 10:04:41 +0530 Subject: [PATCH] Add JupyterLab to project suggestions --- src/data/projects.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..a39be44c 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1458,4 +1458,11 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, + { + name: "JupyterLab", + imageSrc: "https://avatars.githubusercontent.com/u/7388996?s=200&v=4", + projectLink: "https://github.com/jupyterlab/jupyterlab", + description: "JupyterLab is the next-generation web-based user interface for Project Jupyter.", + tags: ["Python", "Jupyter", "Data Science", "Machine Learning"], + }, ]; \ No newline at end of file