Skip to content

Commit

Permalink
Added pyThreeD Cygwin64 case
Browse files Browse the repository at this point in the history
Changes resulting from trying pyThreeD on Cygwin64.
  • Loading branch information
gedeschaines committed Dec 13, 2023
1 parent b495935 commit e638a65
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 27 deletions.
37 changes: 22 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ Latest development effort for **propNav** and **pyThreeD** programs has been wit
Both **propNav** and **pyThreeD** have been successfully run with platform OS Python distributions using Python, Matplotlib and NumPy versions presented in the following table.

<p align="center"> Platform OS and Python versions supporting propNav and pyThreeD
<table rows="9" cols="5">
<table rows="10" cols="5">
<tr>
<th colspan="2" align="left"> </th>
<th colspan="3" align="left">Versions</th>
<th colspan="3" align="Center">Versions</th>
</tr>
<tr>
<th colspan="1" align="left">Platform OS</th>
Expand All @@ -81,49 +81,56 @@ Both **propNav** and **pyThreeD** have been successfully run with platform OS Py
<th colspan="1" align="center">Matplotlib</th>
</tr>
<tr>
<td align="left">Windows 10 Pro</td>
<td align="left">Anaconda 3</td>
<td align="left">Windows 10.0.19045 Pro</td>
<td align="left">Anaconda 3 2019.10</td>
<td align="center">3.6.12</th>
<td align="center">1.19.5</td>
<td align="center">3.3.4</td>
</tr>
<tr>
<td align="left">Windows 10 Pro</td>
<td align="left">Anaconda 3</td>
<td align="left">Windows 10.0.19045 Pro</td>
<td align="left">Anaconda 3 2019.10</td>
<td align="center">3.7.4</th>
<td align="center">1.16.5</td>
<td align="center">3.1.1</td>
</tr>
<tr>
<td align="left">Windows 10 Pro</td>
<td align="left">Anaconda 3</td>
<td align="left">Windows 10.0.19045 Pro</td>
<td align="left">Anaconda 3 2023.09-0</td>
<td align="center">3.9.18</th>
<td align="center">1.24.4</td>
<td align="center">3.8.0</td>
</tr>
<tr>
<td align="left">Windows 10 Pro</td>
<td align="left">Anaconda 3</td>
<td align="left">Windows 10.0.19045 Pro</td>
<td align="left">Anaconda 3 2023.09-0< 2023.09-0/td>
<td align="center">3.11.5</th>
<td align="center">1.24.3</td>
<td align="center">3.7.2</td>
</tr>
<tr>
<td align="left">Windows 10 Pro</td>
<td align="left">Python Org</td>
<td align="left">Windows 10.0.19045 Pro</td>
<td align="left">Python Org PSF 3.9.3568.0</td>
<td align="center">3.9.13</th>
<td align="center">1.20.1</td>
<td align="center">3.8.2</td>
</tr>
<tr>
<td align="left">Windows 10 Pro</td>
<td align="left">MinGW64</td>
<td align="left">Windows 10.0.19045 Pro</td>
<td align="left">MinGW64 3.4.9</td>
<td align="center">3.8.7</th>
<td align="center">1.20.1</td>
<td align="center">3.3.4</td>
</tr>
<tr>
<td align="left">Windows 10 Pro</td>
<td align="left">Windows 10.0.19045 Pro</td>
<td align="left">Cygwin64 3.4.10 (Only Jupyter notebook worked)</td>
<td align="center">3.9.16</th>
<td align="center">1.26.1</td>
<td align="center">3.5.1</td>
</tr>
<tr>
<td align="left">Windows 10.0.19045 Pro</td>
<td align="left">WSL2 Ubuntu 20.04</td>
<td align="center">3.8.10</th>
<td align="center">1.17.4</td>
Expand Down
32 changes: 20 additions & 12 deletions pyThreeD.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "raw",
"id": "6b9a6698-5868-42e3-a30d-594e664d24ba",
"id": "foster-update",
"metadata": {},
"source": [
"FILE: pyThreeD.ipynb\n",
Expand All @@ -21,7 +21,7 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "63210253-e89d-4ad6-85d5-902a16051f71",
"id": "agreed-algorithm",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -31,15 +31,15 @@
"warnings.simplefilter(action='ignore', category=FutureWarning)\n",
"\n",
"import matplotlib\n",
"matplotlib.use('TkAgg')\n",
"matplotlib.use('Qt5Agg')\n",
"\n",
"import matplotlib.pyplot as plt"
]
},
{
"cell_type": "code",
"execution_count": 2,
"id": "2e6b2623-a126-4471-9875-4ff0f7a69489",
"id": "novel-greensboro",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -55,7 +55,7 @@
{
"cell_type": "code",
"execution_count": 3,
"id": "081c43c6-2404-4c5a-bd83-a64fd1af46f3",
"id": "coastal-clear",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -83,7 +83,7 @@
{
"cell_type": "code",
"execution_count": 4,
"id": "43124557-1b17-474b-bbce-9dc80fbb430c",
"id": "sacred-toronto",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -102,7 +102,7 @@
{
"cell_type": "code",
"execution_count": 5,
"id": "71324aa3-ce03-4180-81c4-1f681330e8d6",
"id": "smoking-facial",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -119,7 +119,7 @@
{
"cell_type": "code",
"execution_count": 6,
"id": "ecd4f449-5930-42e0-ac69-ef115ceb9a38",
"id": "distributed-friendly",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -143,7 +143,7 @@
{
"cell_type": "code",
"execution_count": 7,
"id": "21bb265e-fd0e-4172-97f6-e53b9b4a37b3",
"id": "exact-squad",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -160,7 +160,7 @@
{
"cell_type": "code",
"execution_count": 8,
"id": "50e7eedc-5f51-4744-b54d-c2fca6ca9ac7",
"id": "alert-approval",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -176,7 +176,7 @@
{
"cell_type": "code",
"execution_count": 9,
"id": "dd1ca6e9-dab2-4773-a195-bfb220755d03",
"id": "coated-complaint",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -230,14 +230,22 @@
{
"cell_type": "code",
"execution_count": 10,
"id": "c93683bb-7556-4b42-92dc-cbd7740ebe7c",
"id": "martial-russell",
"metadata": {},
"outputs": [],
"source": [
"# Execution terminated, delete draw3D object and exit.\n",
" \n",
"del draw3D"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "33fe29ec-8c8a-4af6-aaa5-6095a3dc2444",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit e638a65

Please sign in to comment.