Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.24 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.24 KB

pi-top

.NET core api for pi-top4

The src directory contains the code for libraries you can use to create .NET core app for the amazing pi-top4 platform. Get one and get creative.

The libraries comes along with dotnet interactive intergration so you can use notebooks to explore the power of pi-top.

To use the notebook sample you will need jupyter and the dotnet interactive tool installed, if you don't have them follow this instructions

  • create and activate a virtual environment
  • install jupyter and jupyter lab module in the environment using pip
  • install the dotnet interactive tool as shown here
  • install the dotnet interactive kernels with the command dotnet interactive jupyter install --http-port-range STARTPORT-ENDPORT

Now to use the notebook

  • build the project >dotnet build
  • create folder /home/pi/localNuget
  • pack the proejcts with > dotnet pack /p:PackageVersion=1.1.1 -o /home/pi/localNuget

Look at this example.

image