Skip to content

Commit 494e460

Browse files
authored
Merge pull request #430 from vvedenskaya/add-projects-feature
Added Bokeh to the project list. Please review.
2 parents bac1fd8 + a8e70b6 commit 494e460

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,13 @@ const projectList = [
587587
"Free and open-source set of tools for collecting data in challenging environments.",
588588
tags: ["Open Source", "Software", "JAVA", "Android"],
589589
},
590+
{
591+
name: "Bokeh",
592+
imageSrc: "https://avatars.githubusercontent.com/u/8440965?s=200&v=4",
593+
projectLink: "https://github.com/bokeh",
594+
description: "Interactive Data Visualization in the browser, from Python",
595+
tags:["Javascript", "Python", "Jupiter", "visualization"]
596+
},
590597
{
591598
name: "Sugar Labs",
592599
imageSrc: "https://avatars3.githubusercontent.com/u/3996398?s=280&v=4",

0 commit comments

Comments
 (0)