bugcy013
1/6/2017 - 9:15 AM

thebe_assets.diff

dhana013@HP-ProBook-4430s ~/i/thebe_assets> git diff page.js
diff --git a/thebe_assets/page.js b/thebe_assets/page.js
index 7966ada..ad202bc 100644
--- a/thebe_assets/page.js
+++ b/thebe_assets/page.js
@@ -1,9 +1,12 @@
 var thebe;
 $(function(){
     thebe = new Thebe({
-      url:"https://tmp34.tmpnb.org/",
-      tmpnb_mode: true,
-      append_kernel_controls_to: 'body'
+	url: 'https://tmpnb.org',
+        tmpnb_mode: true,
+        kernel_name: 'python2',
+	debug: true,
+	image_name: 'jupyter/demo:latest',
+      	append_kernel_controls_to: 'body'
     });
     $('section[data-type=chapter]').addClass('page');
 });
dhana013@HP-ProBook-4430s ~/i/thebe_assets> git diff ../index.html
diff --git a/index.html b/index.html
index 16fe5d9..c696936 100644
--- a/index.html
+++ b/index.html
@@ -10,12 +10,16 @@
     
 
     <link rel="stylesheet" type="text/css" href="thebe_assets/style.css">
+    <link rel="stylesheet" type="text/css" href="thebe_assets/application.css">
 
-    <script src="thebe_assets/jquery-2.1.4.min.js" type="text/javascript"></script>
+    <!-- script src="thebe_assets/jquery-2.1.4.min.js" type="text/javascript"></script>
     <script src="thebe_assets/main-built.js" type="text/javascript"></script>
-    <script src="thebe_assets/page.js" type="text/javascript"></script>
+    <script src="thebe_assets/page.js" type="text/javascript"></script -->
+ <script src="thebe_assets/jquery-2.1.4.min.js" type="text/javascript" charset="utf-8"></script>
+ <script src="thebe_assets/main-built.js" type="text/javascript" charset="utf-8"></script>
+ <script src="thebe_assets/page.js" type="text/javascript"></script>
+ </head>
 
-  </head>
   <body data-type="book">
     &laquo; <a href="README.html">Sample Notebook</a>