• Copy the Jupyter Notebook launcher from the menu to the desktop.
  • Right click on the new launcher and change the Target field, change %USERPROFILE% to the full path of the folder which will contain all the notebooks.
  • Double-click on the Jupyter Notebook desktop launcher (icon shows [IPy]) to start the Jupyter Notebook App. The notebook interface will appear in a new browser window or tab. A secondary terminal window (used only for error logging and for shut down) will be also opened.

最新文章

  1. HTTP 错误 500.21 - Internal Server Error 处理程序“PageHandlerFactory-Integrated”
  2. 第一零五天上课 PHP TP框架下分页
  3. Zend Studio GitHub 使用教程
  4. 代码研磨 Slim v3 (一)--app->get()&route->add()
  5. LiteHttp:一款‘智能’的HTTP框架类库
  6. Java学习笔记(三):数组
  7. (转)web.config 为某个单独页面设置编码格式
  8. IOS动画总结
  9. Http请求工具实例编写
  10. 网络基本功(二十七):Wireshark抓包实例分析HTTP问题
  11. html5 画个圈
  12. BZOJ 1257 [CQOI2007]余数之和sum ——Dirichlet积
  13. 畅通工程再续 HDU - 1875
  14. 原生http请求封装
  15. 基础java中的package的命名规则和import的使用
  16. [Swift]LeetCode893. 特殊等价字符串组 | Groups of Special-Equivalent Strings
  17. python基础类型—列表
  18. VS2017上执行VS2013项目错误MSB802之解决方案
  19. JAVA8给我带了什么——流(入门)
  20. BZOJ1853 [Scoi2010]幸运数字 容斥原理

热门文章

  1. oracle表空间,分区表,以及索引的总结
  2. 九度oj 题目1352:和为S的两个数字
  3. linux删除N天前的文件
  4. python ConfigParser 学习
  5. 【bzoj4605】崂山白花蛇草水 权值线段树套KD-tree
  6. BZOJ 3518 点组计数 ——莫比乌斯反演
  7. BZOJ 2038: [2009国家集训队]小Z的袜子(hose) 【莫队算法】
  8. TeraTerm设定(解决日文乱码问题)
  9. Hibernate批量更新和批量删除批量添加(转)
  10. 【树状数组区间修改单点查询+分组】HDU 4267 A Simple Problem with Integers