-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/sdpython/teachpyx into reg
- Loading branch information
Showing
20 changed files
with
3,880 additions
and
9 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Code of Conduct | ||
|
||
We are a community based on openness, as well as friendly and didactic discussions. | ||
|
||
We aspire to treat everybody equally, and value their contributions. | ||
|
||
Decisions are made based on technical merit and consensus. | ||
|
||
Code is not the only way to help the project. Reviewing pull requests, | ||
answering questions to help others on mailing lists or issues, organizing and | ||
teaching tutorials, working on the website, improving the documentation, are | ||
all priceless contributions. | ||
|
||
We abide by the principles of openness, respect, and consideration of others of | ||
the Python Software Foundation: https://www.python.org/psf/codeofconduct/ |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
2024-01-18 : WSL - nettoyage | ||
============================ | ||
|
||
L'image liée au `WSL <https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux>`_ | ||
grossit et supprimer des fichiers ne la réduit pas, tout du moins, pas dans l'immédiat. | ||
Il fait epxliciter lancer une commande pour *optimiser* l'image depuis une command | ||
Powershell. | ||
|
||
:: | ||
|
||
Optimize-VHD -Path C:\Users\<user>\AppData\Local\Packages\<image>\LocalState\ext4.vhdx -Mode Full | ||
|
||
``<user>`` est le nom d'utilisateur, ``<image>`` ressemble à quelque chose comme | ||
``CanonicalGroupLimited.Ubuntu22.04LTS_79rhkp1fndgsc``. | ||
|
||
Cette astuce vient de l'article : | ||
`Daniel Nashed's Blog <https://blog.nashcom.de/nashcomblog.nsf/dx/cleaning-up-your-disks-wsl-and-docker.htm>`_. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,5 @@ Dataframes | |
|
||
nb_dataframe | ||
nb_pandas | ||
nb_dataframe_matrix_speed | ||
|
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
Oops, something went wrong.