jupyter 第3页
INTRO TO SIMPLE LINEAR REGRESSION!!!-拾光赋

INTRO TO SIMPLE LINEAR REGRESSION!!!

INTRO TO SIMPLE LINEAR REGRESSION!!!,A sneak peek into what Linear Regression is and how it works. Linear regression is a simple machine learning method that you can use to predict...
kity的头像-拾光赋kity5年前
02010
Using R-style Data Pipelines in Notebooks-拾光赋

Using R-style Data Pipelines in Notebooks

Using R-style Data Pipelines in Notebooks, Data Science for Developers (2 Part Series) 1 Using R-style Data Pipelines in Notebooks 2 A JupyterHub Showcase: DevOps Intelligence Muta...
kity的头像-拾光赋kity5年前
0426
New Command Line Tool to Generate Jupyter Notebook Template Quickly-拾光赋

New Command Line Tool to Generate Jupyter Notebook Template Quickly

New Command Line Tool to Generate Jupyter Notebook Template Quickly, Summary With this tool, you can quickly generate your Jupyter notebook template To install package, type 'pip i...
kity的头像-拾光赋kity5年前
0358
Jupyter at Lightspeed-拾光赋

Jupyter at Lightspeed

Jupyter at Lightspeed ,In this post I will talk about a few Jupyter apps. They can be used for several different languages and are not limited to Python. This is a strong point I l...
kity的头像-拾光赋kity5年前
0425
Python 3.8's Walrus Operator is (almost) perfect for Jupyter Notebooks-拾光赋

Python 3.8’s Walrus Operator is (almost) perfect for Jupyter Notebooks

Python 3.8's Walrus Operator is (almost) perfect for Jupyter Notebooks,Assignment expressions, AKA the walrus operator, is (arguably) one of the coolest new features of Python 3.8....
kity的头像-拾光赋kity5年前
02210
AutoTranslation from Python to Javascript in Jupyter-拾光赋

AutoTranslation from Python to Javascript in Jupyter

AutoTranslation from Python to Javascript in Jupyter,Today, we are going to think about how to bridge the data to different kernel. BeakerX project is quite useful as an extension ...
kity的头像-拾光赋kity5年前
04511
BeautifulText - Stylized Outputs in Jupyter Notebook-拾光赋

BeautifulText – Stylized Outputs in Jupyter Notebook

BeautifulText - Stylized Outputs in Jupyter Notebook,A neat Jupyter trick is to be able to print markdown texts in your notebook. I have created a simple python module to generate ...
kity的头像-拾光赋kity6年前
02012
Three Things You Should Know About Visual Studio Code-拾光赋

Three Things You Should Know About Visual Studio Code

Three Things You Should Know About Visual Studio Code, Supercharge your editing experience Visual Studio Code is a free, cross-platform, open source code editor from Microsoft. You...
kity的头像-拾光赋kity6年前
0246
Jupyter Notebooks for Software Engineers-拾光赋

Jupyter Notebooks for Software Engineers

Jupyter Notebooks for Software Engineers ,Jupyter Notebook is an interactive web application that interfaces with the iPython repl, allowing you to run structured but iterative Pyt...
kity的头像-拾光赋kity6年前
0418
Dynamically updating Matplotlib figures in Jupyter notebooks-拾光赋

Dynamically updating Matplotlib figures in Jupyter notebooks

Dynamically updating Matplotlib figures in Jupyter notebooks,Updating matplotlib figures dynamically seems to be a bit of a hassle, but the code below seems to do the trick. This i...
kity的头像-拾光赋kity6年前
03711
Setting up a new Python virtual environment for Jupyter notebooks-拾光赋

Setting up a new Python virtual environment for Jupyter notebooks

Setting up a new Python virtual environment for Jupyter notebooks,A lot of my lab work and course work involved the use of Jupyter notebooks, though the Python dependencies needed ...
kity的头像-拾光赋kity6年前
0477
Jupyter Key shortcuts-拾光赋

Jupyter Key shortcuts

Jupyter Key shortcuts,There are certain jupyter key shortcuts/tricks that helps developers remain more productive. To run a cell Shift + enter or ctrl + enter. Jupyter notebooks al...
kity的头像-拾光赋kity6年前
0376