You can find the Intel's NPU Acceleration Library on this GitHub repo with Python code samples.
Is a blog about python programming language. You can see my work with python programming language, tutorials and news.
Showing posts with label github. Show all posts
Showing posts with label github. Show all posts
Saturday, September 7, 2024
Tuesday, April 28, 2020
Python : Open any Jupiter notebook from GitHub in Colab.
In this tutorial I will show you how to open any Jupiter notebook from GitHub in the Google online Colab area.
First, go to the jupyter notebook in GitHub project.
Example:
https://github.com/catafest/colab_google/blob/master/catafest_001.ipynb
Change the link by adding the world tocolab after github, see the following example:
https://githubtocolab.com/catafest/colab_google/blob/master/catafest_001.ipynb
This will open the google colab notebook with the content of Jupiter notebook.
For more information about using Google Colab with GitHub, see this notebook from the Google Colab research.
First, go to the jupyter notebook in GitHub project.
Example:
https://github.com/catafest/colab_google/blob/master/catafest_001.ipynb
Change the link by adding the world tocolab after github, see the following example:
https://githubtocolab.com/catafest/colab_google/blob/master/catafest_001.ipynb
This will open the google colab notebook with the content of Jupiter notebook.
For more information about using Google Colab with GitHub, see this notebook from the Google Colab research.
Posted by
Cătălin George Feștilă
Labels:
"tips and tricks",
2020,
Colab,
github,
jupyter-book,
python,
python 3,
tips and tricks,
tutorial,
tutorials,
web
Saturday, December 28, 2019
Python 3.7.5 : Fix to python language the GitHub project.
I created a GitHub project with Django and I saw is detect like tcl programming language:
You need to create a file named .gitattributes in the root folder of my repository.
Use this source code to tell GitHub is a python project:
You need to create a file named .gitattributes in the root folder of my repository.
Use this source code to tell GitHub is a python project:
* linguist-vendored
*.py linguist-vendored=false
Now the project will be target with python language.
Subscribe to:
Posts (Atom)