Skip to content

Commit 4eb54c9

Browse files
committed
p
1 parent d0888f3 commit 4eb54c9

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

Readme.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Description
1+
# 🍫Description
22

33
Jupyter Forge is a powerful library that seamlessly integrates Autodesk Platform Services with Jupyter Notebooks, enabling interactive 3D viewing and exploration within your notebook environment.
44

55
![](./docs/quick-demo.gif)
66

7-
# Features
7+
# Features
88

99
- [x] Show 3d viewer from Autodesk Platform Services
1010
- [x] Show 3d viewer from Autodesk Platform Services with object id
@@ -15,13 +15,13 @@ Jupyter Forge is a powerful library that seamlessly integrates Autodesk Platform
1515
![](./docs/cluster.gif)
1616

1717

18-
## Installation
18+
## 🦞Installation
1919

2020
```bash
2121
pip install jupyter-forge --upgrade
2222
```
2323

24-
## Requirements
24+
## 🙋🏻‍♂️Requirements
2525

2626
- Python 3.9+
2727

@@ -35,7 +35,7 @@ APS_CLIENT_ID=your_client_id
3535
APS_CLIENT_SECRET=your_client_secret
3636
```
3737

38-
## Usage
38+
## 🍽️Usage
3939

4040
```python
4141
from jupyter_forge import JupyterForge
@@ -50,15 +50,20 @@ object_ids = [123, 456]
5050
forge_viewer.show(object_ids, width=800, height=600)
5151
```
5252

53-
## License
53+
## ©️License
5454

5555
This project is licensed under the Apache License - see the [LICENSE](./License.md) file for details.
5656

57-
## Contributing
57+
## 💥Contributing
5858

5959
This is project just research in my free time and don't have any power to keep it up to date. If you want to contribute,
6060
please feel free to fork and submit a pull request.
6161

62+
## 🎁 Sponsors
63+
64+
![](https://upload.wikimedia.org/wikipedia/en/thumb/0/08/JetBrains_beam_logo.svg/220px-JetBrains_beam_logo.svg.png)
65+
66+
Thanks [JetBrains](https://www.jetbrains.com/) for providing a free All product IDE for this project.
6267

6368
## Developers
6469

0 commit comments

Comments
 (0)