zoukankan      html  css  js  c++  java
  • jupyterhub

    pkill jupyterhub
    
    
    #激活python环境
    pyenv activate jupyterhub
    
    
    #启动jupyterhub
    /fly/start_jupyterhub.sh
    
    cd ~/root
    pythonhub –f jupyterhub_config.py > /var/log/jupyterhub.log 2>&1 &

    jupyterhub目录

    /root/.pyenv/versions/3.5.0/envs/jupyterhub/lib/python3.5/site-packages/jupyterhub/

    jupyterhub share目录

    /root/.pyenv/versions/3.5.0/envs/jupyterhub/share/

    53服务器

    /root/.pyenv/versions/anaconda3-4.2.0/lib/python3.5/site-packages/jupyterhub
    /root/.pyenv/versions/anaconda3-4.2.0/share/jupyter/hub

    /home/tmp/fly_jupyter/notebook_static


    132服务器

    /fly/fly_jupyter/notebook_static

     错误日志目录

    /var/log/jupyterhub.log

     http://10.139.97.132/user/4580eab2bab4370a8bcaf48214ec3048/api/kernels

    1

    http://10.139.97.132/strategy/c05d9956-0dde-11e6-9249-00163e001694 post (form iframe提交) 报错405 method not allowed 没有重定向
    http://10.139.97.132/hub/strategy/c05d9956-0dde-11e6-9249-00163e001694 post (form iframe提交) 正常

  • 相关阅读:
    501. Find Mode in Binary Search Tree
    [leetcode]Evaluate Reverse Polish Notation
    [leetcode]LRU Cache
    [mock]12月27日
    [mock]12月28日
    [leetcode]Max Points on a Line
    *[topcoder]JumpFurther
    [mock]12月11日
    *[topcoder]GUMIAndSongsDiv1
    [leetcode]Reorder List
  • 原文地址:https://www.cnblogs.com/jzm17173/p/5286221.html
Copyright © 2011-2022 走看看