Skip to content

Instantly share code, notes, and snippets.

View lucazav's full-sized avatar
💭
Earning the Udacity Azure Machine Learning Engineer Nanodegree certification

Luca Zavarella lucazav

💭
Earning the Udacity Azure Machine Learning Engineer Nanodegree certification
View GitHub Profile
@lucazav
lucazav / run_power_bi_in_conda_env.bat
Last active March 5, 2022 14:04 — forked from maximlt/run_python_script_in_conda_env.bat
Run Power BI in a conda environment from a batch file
@echo OFF
rem How to run Power BI Desktop in a given conda environment from a batch file.
rem It doesn't require:
rem - conda to be in the PATH
rem - cmd.exe to be initialized with conda init
rem Define here the path to your conda installation
rem If you installed [Anaconda/Miniconda] just for your user, you'll find the installation folder in C:\Users\your-username\[AnacondaX/MinicondaX]
rem If you installed [Anaconda/Miniconda] for all the users, you'll find the installation folder in C:\ProgramData\[AnacondaX/MinicondaX]
@lucazav
lucazav / 0_reuse_code.js
Created July 28, 2014 15:19
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console