-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ianhelle/mpconfigedit fix from main 2022 05 22 (#396)
* Fix for MpConfigEdit ValueError Updating version for hotfix # Conflicts: # msticpy/_version.py * MpConfig edit throws error with invalid file path. * Updating Dockerfile source to mcr anaconda
- Loading branch information
Showing
5 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# See here for image contents: https://hub.docker.com/r/jupyter/scipy-notebook | ||
FROM jupyter/scipy-notebook | ||
FROM mcr.microsoft.com/vscode/devcontainers/anaconda | ||
LABEL maintainer="Msticpy Dev Team <[email protected]>" | ||
|
||
#installing Msticpy requirements and dependencies | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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