Bridgewater / scala-notebook

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

Widgets don't work #42

Closed ittayd closed 9 years ago

ittayd commented 10 years ago
new InputBox("")

res3: com.bwater.notebook.widgets.InputBox = <InputBox widget>

No widget is displayed anywhere

KenCoder commented 10 years ago

Indeed - looks like a regression. I will take a look, thanks.

chrismyang commented 9 years ago

Somehow the JS minification got more aggressive somehow? Maybe version upgrade?

Separately, it was extremely confusing that that internal helper method is called require. I went down a rabbit hole of "how the heck did this ever work?!" because we use curl not require.js!