排序
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...
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...
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...
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...
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....
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 ...
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 ...
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...
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...
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...
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 ...
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...