Skip to content

Commit

Permalink
Adding codespace info in readme (#2657)
Browse files Browse the repository at this point in the history
* Adding codespace info in readme

* testing percentage

* using width
  • Loading branch information
germa89 authored Jan 12, 2024
1 parent 3eba3cf commit c5a0c45
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/ansys/pymapdl/blob/main/doc/source/_static/logo_dark.png">
<source media="(prefers-color-scheme: light)" srcset="https://github.com/ansys/pymapdl/blob/main/doc/source/_static/logo_light.png">
<img alt="PyMAPDL Logo" src="https://github.com/ansys/pymapdl/blob/main/doc/source/_static/logo_light.png">
<img alt="PyMAPDL Logo" src="https://github.com/ansys/pymapdl/blob/main/doc/source/_static/logo_light.png" width="70%">
</picture>
</p>

Expand Down Expand Up @@ -41,6 +41,23 @@ Here's a quick demo of PyMAPDL within Visual Studio Code:
PyMAPDL works within Jupyter Notebooks, the standard Python console,
or in batch mode on Windows, Linux, and even Mac OS.

## Try it!

You can try PyMAPDL library by launching a PyMAPDL GitHub Codespace!
This environment has already everything in place for you to start using PyMAPDL :smile:

<p align="center">
<a href="https://codespaces.new/ansys/pymapdl?quickstart=1&devcontainer_path=.devcontainer%2Fdevcontainer.json">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://img.shields.io/badge/-Open%20GitHub%20Codespace-ffffff?style=flat-square&logo=github&logoColor=000000">
<source media="(prefers-color-scheme: light)" srcset="https://img.shields.io/badge/-Open%20GitHub%20Codespace-333?style=flat-square&logo=github">
<img alt="PyMAPDL Logo" src="https://github.com/ansys/pymapdl/blob/main/doc/source/_static/logo_light.png" tar>
</picture>
</a>
</p>

More information can be found in [develop on codespaces](https://mapdl.docs.pyansys.com/version/dev/getting_started/codespaces.html).

## Documentation and issues

Documentation for the latest stable release of PyMAPDL is hosted at
Expand Down

0 comments on commit c5a0c45

Please sign in to comment.