Quantcast
Channel: CodeSection,代码区,Python开发技术文章_教程 - CodeSec
Viewing all articles
Browse latest Browse all 9596

Video: How to run R and Python in SQL Server from a Jupyter notebook

$
0
0

Did you know that you can run R and python code within a SQL Server instance? Not only does this give you a powerful server to process your data science calculations, but it makes things faster by eliminating the need to move data between client and server. Best of all, you can access this power via your favourite interface on your local machine, like the RStudio IDE for R or the VS Code Python extensions .

To make this work, all you need is the necessary functions to launch computations in SQL Server, provided in the revoscaler package for R, and the revoscalepy library for Python.The video above demonstrates how to set things up for Python , and R users should check out the tutorials Learn in-database analytics using R in SQL Server .


Viewing all articles
Browse latest Browse all 9596

Trending Articles