wolfe-pack / moro

Interactive documentation and programming with Scala, iPython notebook style.
http://wolfe-pack.github.io/moro
BSD 2-Clause "Simplified" License
19 stars 3 forks source link

Cannot open notebook configuration #75

Open riedelcastro opened 9 years ago

riedelcastro commented 9 years ago

In https://github.com/uclmr/stat-nlp-book, for http://localhost:9000/doc/editor/01_tasks/02_wordmt

Uncaught TypeError: $(...).modal is not a functiondocConfigClicked 
@ moro-cellconfig.js:109onclick
@ 02_wordmt:146
riedelcastro commented 9 years ago

There must be something else wrong with this notebook, because it regularly removes/clears cells when I try to add cells. Could you look at this---in the current state I cannot continue working on it.

riedelcastro commented 8 years ago

Hi, I have to present this notebook on Friday, and really want to configure cells and notebooks. Could you try to run this notebook and have a look at the console? (I don't think this is easily solved without you actually testing this particular notebook).

riedelcastro commented 8 years ago

Something else is weird about this notebook. Sometimes the static and statnlpbook views do not render large section of the content (including markdown). Instead there is just a spinning wheel. Unfortunately no errors on the scala console. I think I figured it out: my markdown cells were too large. The javascript console said "entity too large". After I broke up a cell into two markdown cells it was okay. The other problem is still there though.

riedelcastro commented 8 years ago

This notebook is really broken. It randomly removes cells when I create new ones, or duplicates others.