Skip to content

Commit

Permalink
Windows: nb alias runs jupyter in background
Browse files Browse the repository at this point in the history
  • Loading branch information
densnow authored Aug 3, 2023
1 parent accf0c0 commit e309e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function m269-23j {
$VENV\Scripts\Activate.ps1
}
function nb {
jupyter notebook $FOLDER
Start-process -NoNewWindow jupyter -ArgumentList "notebook $FOLDER"
}
function allowed {
param(
Expand Down

0 comments on commit e309e40

Please sign in to comment.