Skip to content

Commit

Permalink
feat(menu): Include the custom revival notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk authored and peggyrayzis committed Jan 20, 2017
1 parent 9f16bfe commit 37b8771
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ export const fileSubMenus = {
{
label: '&Analyze nteract download metrics',
click: launch.bind(null, path.join(exampleNotebooksDirectory, 'download-stats.ipynb')),
},
{
label: '&Exploring Custom Revival with JSON.parse',
click: launch.bind(null, path.join(exampleNotebooksDirectory, 'immutable-revival.ipynb'))
}
]
},
Expand Down

0 comments on commit 37b8771

Please sign in to comment.