diff --git a/src/components/ProjectList/listOfProjects.js b/src/components/ProjectList/listOfProjects.js index 6e780ca..1a36abe 100644 --- a/src/components/ProjectList/listOfProjects.js +++ b/src/components/ProjectList/listOfProjects.js @@ -587,6 +587,13 @@ const projectList = [ "Free and open-source set of tools for collecting data in challenging environments.", tags: ["Open Source", "Software", "JAVA", "Android"], }, + { + name: "Bokeh", + imageSrc: "https://avatars.githubusercontent.com/u/8440965?s=200&v=4", + projectLink: "https://github.com/bokeh", + description: "Interactive Data Visualization in the browser, from Python", + tags:["Javascript", "Python", "Jupiter", "visualization"] + }, { name: "Sugar Labs", imageSrc: "https://avatars3.githubusercontent.com/u/3996398?s=280&v=4",