Bridgewater / scala-notebook

Interactive Scala REPL in a browser
Other
741 stars 155 forks source link

Fix #42 (widgets broken) #50

Closed chrismyang closed 9 years ago

chrismyang commented 9 years ago

Looks like the JS minification was removing the require function definition because it appeared to be unused. Passing it in explicitly into the data context of the evaluation fixes this issue.