Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm authored Jan 28, 2024
1 parent 66ed27e commit d6abdfe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/dynamic-notebook-processor.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ module.exports.register = function register(registry) {
block.addRole('hide')
}

//Open option (automatically open the cell results)
if (block.isOption('open')){
exampleBlock.addRole('open')
}
// //Open option (automatically open the cell results)
// if (block.isOption('open')){
// exampleBlock.addRole('open')
// }

//Hide output option (hide the cell results)
if (block.isOption('hide_output')) {
Expand Down

0 comments on commit d6abdfe

Please sign in to comment.