File tree 6 files changed +226
-182
lines changed
6 files changed +226
-182
lines changed Original file line number Diff line number Diff line change
1
+ /.ipynb_checkpoints /
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN apt-get install -y --no-install-recommends \
22
22
libicu60 \
23
23
libssl1.1 \
24
24
libstdc++6 \
25
- zlib1g
25
+ zlib1g
26
26
27
27
RUN rm -rf /var/lib/apt/lists/*
28
28
@@ -47,19 +47,19 @@ ENV DOTNET_RUNNING_IN_CONTAINER=true \
47
47
DOTNET_TRY_CLI_TELEMETRY_OPTOUT=true
48
48
49
49
# Copy notebooks
50
- COPY ./*.ipynb ${HOME}/Notebooks/
50
+ COPY ./samples/* ${HOME}/Notebooks/
51
51
52
52
# Copy package sources
53
53
COPY ./NuGet.config ${HOME}/nuget.config
54
54
55
55
RUN chown -R ${NB_UID} ${HOME}
56
56
USER ${USER}
57
57
58
- # Install nteract
58
+ # Install nteract
59
59
RUN pip install nteract_on_jupyter
60
60
61
61
# Install lastest build from master branch of Microsoft.DotNet.Interactive from myget
62
- RUN dotnet tool install -g Microsoft.dotnet-interactive --version 1.0.112430 -- add-source "https://dotnet.myget.org/F/dotnet-try/api/v3/index.json"
62
+ RUN dotnet tool install -g Microsoft.dotnet-interactive --add-source "https://dotnet.myget.org/F/dotnet-try/api/v3/index.json"
63
63
64
64
ENV PATH="${PATH}:${HOME}/.dotnet/tools"
65
65
RUN echo "$PATH"
Original file line number Diff line number Diff line change 4
4
5
5
## Get-Process
6
6
7
- [ ![ nbviewer] ( https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg?sanitize=true )] ( https://nbviewer.jupyter.org/github/TravisEz13/PowerShell-Jupyter-Examples/blob/master/Get-Process.ipynb )
7
+ [ ![ nbviewer] ( https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg?sanitize=true )] ( https://nbviewer.jupyter.org/github/TravisEz13/PowerShell-Jupyter-Examples/blob/master/samples/ Get-Process.ipynb )
8
8
9
9
[ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/TravisEz13/PowerShell-Jupyter-Examples/master?filepath=Get-Process.ipynb )
10
10
11
11
## Sierpinski's Triangle
12
12
13
- [ ![ nbviewer] ( https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg?sanitize=true )] ( https://nbviewer.jupyter.org/github/TravisEz13/PowerShell-Jupyter-Examples/blob/master/sierpinski.ipynb )
13
+ [ ![ nbviewer] ( https://raw.githubusercontent.com/jupyter/design/master/logos/Badges/nbviewer_badge.svg?sanitize=true )] ( https://nbviewer.jupyter.org/github/TravisEz13/PowerShell-Jupyter-Examples/blob/master/samples/ sierpinski.ipynb )
14
14
15
15
[ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/TravisEz13/PowerShell-Jupyter-Examples/master?filepath=sierpinski.ipynb )
16
16
17
- <!--
17
+ <!--
18
18
[](https://mybinder.org/v2/gh/travisez13/powershell-jupyter-examples/master?urlpath=lab)
19
19
--!>
File renamed without changes.
Load Diff Large diffs are not rendered by default.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments