码迷,mamicode.com
首页 >  
搜索关键字:notebook    ( 857个结果
10个 解放双手的 IDEA 插件,这些代码都不用写(第二弹)
本文案例收录在 https://github.com/chengxy-nds/Springboot-Notebook 大家好,我是小富~ 鸽了很久没发文,不写文章的日子真的好惬意,每天也不用愁着写点什么,不用为那点可怜的阅读量发愁,不那么熬夜,留出了更多时间陪家人。 不过,惬意过后就是极度的焦虑,看 ...
分类:其他好文   时间:2021-05-24 04:02:41    阅读次数:0
搭建c++ jupyter notebook
本机配置 centos 7 x86_64 conda 4.10.1 首先我们需要安装Mamba,既然是用来加速Conda,那么我们可以直接使用下列命令来安装Mamba: conda install -c conda-forge mamba 安装完成之后,当你运行mamba -V查看其版本时会发现返回 ...
分类:编程语言   时间:2021-05-03 12:07:00    阅读次数:0
Enable Jupyter For C#
.NET Interactive is here! | .NET Notebooks Preview 2 | .NET Blog (microsoft.com)jupyter notebook ...
分类:Windows程序   时间:2021-04-30 11:56:03    阅读次数:0
关于pytorch不能在jupyter notebook中使用的问题
保持技术的好奇心,是一件不错的事情。 pytorch可以在终端导入,但是就是不能再jupyter notebook中导入,网上很多人遇到这个问题, 但是都解决不了我的问题。 无意间看得到安装nb-conda,于是跟着安装了,但是不起作用。 临了准备放弃的时候,想知道nb-conda是什么东西,于是找 ...
分类:其他好文   时间:2021-04-28 11:54:03    阅读次数:0
jupyter notebook 更换主题
通过命令行窗口或 Anaconda Prompt 窗口 1、安装 Jupyter 主题 pip install jupyterthemes 2、更新 Jupyter 主题 (可选) pip install --upgrade jupyterthemes 3、查看可用的 Jupyter 主题 jt - ...
分类:其他好文   时间:2021-04-27 15:23:51    阅读次数:0
tensorflow-hub 介绍
tensorflow-hub介绍 tfhub.dev包含一系列模型,根据处理对象Problem domain分成了四类:Image, Text, Vedio, Audio 模型格式 模型格式又可分为TF.js, TFLite, Coral TF.js 是用于浏览器的模型。ref TFLite 使用的 ...
分类:其他好文   时间:2021-04-21 11:56:03    阅读次数:0
Matplotlib 简单绘图
记录初次使用 Matplotlib 简单绘图, 运行环境:Jupyter notebook ...
分类:其他好文   时间:2021-04-20 15:26:30    阅读次数:0
脚本启动虚拟环境
一、需求:希望使用脚本启动虚拟环境下的jupyter notebook 二、问题: 直接使用如下脚本(jupyternotebook.sh): conda activate pythonnohup jupyter notebook --no-browser --ip=0.0.0.0 --allow- ...
分类:其他好文   时间:2021-03-11 10:50:01    阅读次数:0
在linux服务器(ubuntu)上搭建一个在线的jupyter notebook
在linux服务器(ubuntu)上搭建一个在线的jupyter notebook ...
分类:系统相关   时间:2021-03-06 14:39:24    阅读次数:0
使用sklearn中的fetch_mldata的错误情况以及可能可行的解决方法
##使用sklearn中的fetch_mldata的错误情况以及可能可行的解决方法 在notebook使用的时候出现了报错 from sklearn。datasets import fetch_mldata 报错信息为 ImportError: cannot import name 'fetch_m ...
分类:其他好文   时间:2021-01-20 12:08:27    阅读次数:0
857条   上一页 1 2 3 4 ... 86 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!