This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
Releases: tensor4all/T4AJuliaTutorials
Releases · tensor4all/T4AJuliaTutorials
ipynbs/preview
How to download artifacts:
On GitHub release page
Click ipynbs.zip
Using CLI
On macOS and Linux:
$ wget https://github.com/tensor4all/T4AJuliaTutorials/releases/download/ipynbs%2Fpreview/ipynbs.zip
$ unzip ipynbs.zip
On windows, open Windows PowerShell:
PS> wget https://github.com/tensor4all/T4AJuliaTutorials/releases/download/ipynbs%2Fpreview/ipynbs.zip -O ipynbs.zip
PS> Expand-Archive -Path ipynbs.zip -DestinationPath .
ipynbs/latest
How to download artifacts:
On GitHub release page
Click ipynbs.zip
Using CLI
On macOS or Linux:
$ wget https://github.com/tensor4all/T4AJuliaTutorials/releases/download/ipynbs%2Flatest/ipynbs.zip
$ unzip ipynbs.zip
On windows, open Windows PowerShell:
PS> wget https://github.com/tensor4all/T4AJuliaTutorials/releases/download/ipynbs%2Flatest/ipynbs.zip -O ipynbs.zip
PS> Expand-Archive -Path ipynbs.zip -DestinationPath .