About 612 results
Open links in new tab
  1. Getting started with Local PowerShell Jupyter Notebook

    Mar 24, 2020 · In this post I detail how I got started with a local PowerShell Jupyter Notebook. Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text.

  2. How do I launch jupyter notebook from my terminal?

    Aug 19, 2019 · Just type the command in the terminal to open the jupyter notebook. $ jupyter notebook

  3. How to Launch Jupyter Notebook Quickly | Towards Data Science

    Dec 10, 2020 · Today, I’ll be covering how to use Windows File Explorer, Command Prompt and PowerShell via Windows Terminal to quickly navigate to your directory of choice and launch Jupyter Notebook. (If you’re using MacOS, you can look …

  4. python - Window powershell to launch jupyter notebook (By …

    Aug 23, 2020 · Whenever i tried to launch jupyter notebook from a specific location (Folder) using windows powershell. It launches using base environment but i don't want to use base environment. Can anyone help ...

  5. How to launch jupyter notebook from any folder - Hari - Medium

    Sep 26, 2024 · launch Anaconda Powershell Prompt; type cd yourfolder to move the working directory to the folder of your choice; type jupyter notebook and it will start the server from your folder

  6. How to launch jupyter notebook from any folder | Dr.Data.King

    Oct 10, 2021 · When you launch Jupyter Notebook from Anaconda, it will load the jupyter server from the default folder of Anaconda Powershell Prompt which is usually C:\Users\yourname. Unless you store all your notebooks under the default folder, you may want to load your notebooks from a different folder.

  7. Jupyter notebooks in VSCode with PowerShell support

    Aug 4, 2022 · Jupyter Notebook support in Visual Studio Code. When you’re in VSCode and have gone through the first setup, you can now follow these steps to install the Jupyter Notebook support in VSCode: Press CTRL-Shift-P or click View and Command Palette from the menu bar. Type Notebook and select New Jupyter Notebook from the list.

  8. Opening a Jupyter Notebook on Windows

    May 1, 2018 · In this post, we will run through how to open a Jupyter notebook on Windows 10. Jupyter notebooks are one way engineers can write and execute Python code. Jupyter notebooks contain Python code, the output of that code produces when it is run and markdown cells to explain what the code means.

  9. Getting started with Jupyter Notebooks and PowerShell

    In this video, I show how to get started with Jupyter Notebooks and PowerShell. I first go over the web interface for Jupyter and how to use .NET interactive to run PowerShell scripts in...

  10. How do I launch Jupyter Notebook in WSL using PowerShell?

    Sep 21, 2021 · What I want to do is to create a shortcut for Jupyter Notebook which has to run in WSL (because all my python packages are there). For this AFAIK I should create PowerShell script which runs WSL with command to launch Jupyter Notebook, something like this: wsl -e bash -c "jupyter notebook"

  11. Some results have been removed