BigW Consortium Gitlab

Commit 32c6ea2d by Phil Hughes

Updated notebooklab with latest code highlighting changes

parent 0ef85857
...@@ -32,7 +32,8 @@ export default () => { ...@@ -32,7 +32,8 @@ export default () => {
</div> </div>
<notebook-lab <notebook-lab
v-if="!loading && !error" v-if="!loading && !error"
:notebook="json" /> :notebook="json"
code-css-class="code white" />
<p <p
class="text-center" class="text-center"
v-if="error"> v-if="error">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment