Sfoglia il codice sorgente

Merge branch 'yili' of http://gogsb.soaringnova.com/ylproj/jupyterlab into yili

leo 1 anno fa
parent
commit
3d45d8acce
2 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 1 1
      Dockerfile.dev
  2. 3 3
      confs/idctest/config.json

+ 1 - 1
Dockerfile.dev

@@ -76,7 +76,7 @@ FROM builder1 as builder2
 WORKDIR /workspace
 
 RUN /opt/conda/bin/pip install jupyterlab jupyterlab-language-pack-zh-CN -i https://pypi.douban.com/simple
-RUN mamba install nodejs  sparkmagic  pyhive pandas -y
+RUN mamba install nodejs  sparkmagic  pyhive pandas  nbconvert>=7 mistune>=2 -y
 # pyhive thrift sasl thrift_sasl scikit-learn
 # password 'sx'
 RUN /opt/conda/bin/jupyter lab --generate-config && \

+ 3 - 3
confs/idctest/config.json

@@ -2,19 +2,19 @@
     "kernel_python_credentials": {
         "username": "",
         "password": "",
-        "url": "http://10.138.143.25:8998",
+        "url": "http://10.138.143.10:8998",
         "auth": "None"
     },
     "kernel_scala_credentials": {
         "username": "",
         "password": "",
-        "url": "http://10.138.143.25:8998",
+        "url": "http://10.138.143.10:8998",
         "auth": "None"
     },
     "kernel_r_credentials": {
         "username": "",
         "password": "",
-        "url": "http://10.138.143.25:8998"
+        "url": "http://10.138.143.10:8998"
     },
     "logging_config": {
         "version": 1,