This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |