usually study notebook】的更多相关文章

2018/01/02 删除用户经验: 1,vi /etc/passwd ,然后注释掉用户,观察一个月,以便于还原,相当于备份. 2,把登入shell改成/sbin/nologin. 3,openldap(类似活动目录)账号统一管理的,ldap库里干掉用户.所有服务器全部都没了. 提示,只要涉及到删除,谨慎!!! 2017/12/28 cut不支持多字符分隔符 2017/12/27 tac test.txt----最后一行变为第一行 rev test.txt---本行中倒叙读 echo "1,2,…
最近做Machine Learning作业,要在Jupyter Notebook上用Keras搭建Neural Network.结果连最简单的一层神经网络都运行不了,更奇怪的是我先用iris数据集跑了一遍并没有任何问题,但是用老师给的fashion mnist一运行服务器就提示挂掉重启.更更奇怪的是同样的code在同学的电脑上跑也是一点问题都没有,让我一度以为是我的macbook年代久远配置太低什么的,差点要买新电脑了>_< 今天上课经ML老师几番调试,竟然完美解决了,不愧是CMU大神!(这里…
 https://study.163.com/provider/400000000398149/index.htm?share=2&shareId=400000000398149( 欢迎关注博主主页,学习python视频资源,还有大量免费python经典文章) https://www.jianshu.com/p/9c5dc256a88a 转载 最近开始使用jupyter notebook,主要用来学习深度学习,jupter notebook的确很强大,但是一整天一直盯着电脑屏幕看,简直闪瞎眼.就…
文章中的ipython notebook和jupyter notebook基本可以互换,不过使用ipython notebook会警告您要使用jupyter notebook.其他没有区别. ---------------------------------------------------------------------------------------------------------- 正在学习<利用python进行数据分析>一书,下载了编者留在GitHub的资料,发现没法打开…
TBBT.s3.e10: Sheldon: Where's your notebook?Penny: Um, I don't have one.Sheldon: How are you going to take notes without a notebook?Penny: I have to take notes?Sheldon: How else are you gonna study for the tests?Penny: There's gonna be a test?Sheldon…
Python Notebook简介1 http://www.cnblogs.com/cbscan/p/3545084.html $ python -m IPython http://pypi.python.org/pypi/pip#downloads #python setup.py install $ git clone --recursive https://github.com/ipython/ipython.git $ cd ipython $ pip install -e ".[not…
远程访问Jupyter Notebook Jupyter Notebook很好用,但是直接远程在服务器上用体验当然不如本地计算机好,那么如何远程访问呢? 首先需要在服务器上安装好ipython, jupyter notebook, pip install ipython pip install jypyter 生成配置文件 jupyter notebook --generate-config 生成密码 打开ipython, 创建一个密文密码 In [1]: from notebook.auth…
1.Plan your time carefully. Make a list of your weekly tasks.Then make a schedule or chart of your time.Fill in committed time such as eating,sleeping,meeting,classes,etc. Then decide on good ,regular times for studying.Be sure to set aside enough ti…
原文:http://hyry.dip.jp/tech/slice/slice.html/35 Python Notebook简介1 作者 : RY    标签: cython ipython-notebook IPython notebook目前已经成为用Python做教学.计算.科研的一个重要工具.本文介绍IPython notebook的一些基本用法,以及如何使用它调试Cython程序. IPython Notebook使用浏览器作为界面,向后台的IPython服务器发送请求,并显示结果.在…
接着上周继续,没看的童鞋.请移步: http://www.cnblogs.com/Chary/p/No00004B.html 这里,假设你已经能够看到这个画面了: 接下来,我们继续 给药 : 安装nose 进入Scripts文件夹,输入命令: pip install nose 看你人品和网速.. 安装numpy 不过这里,我就要吐槽一下Windows了,python官网上下载里面没有Windows,然后下载源码安装也失败.为啥? 提示: Unable to find vcvarsall.bat.…