diff --git a/Readme.md b/Readme.md index 4a66130..46479f7 100644 --- a/Readme.md +++ b/Readme.md @@ -50,7 +50,11 @@ APS_REFRESH_TOKEN = All Tutorials are available under Jupyter Notebook at [Tutorials](./docs/Tutorials) -- [00.Explore Revit Data With APSToolkit](https://github.com/chuongmep/aps-toolkit/blob/dev/docs/Tutorials/00.Explore%20Revit%20Data%20With%20APSToolkit.ipynb) +- [00.Setup And Authentication](./docs/Tutorials/00.Setup%20And%20Authentication.ipynb) +- [01.Jyputer Notebook And .NET Interactive](./docs/Tutorials/01.Jyputer%20Notebook%20And%20.NET%20Interactive.ipynb) +- [02.Explore Hubs - Projects - Items.ipynb](./docs/Tutorials/02.Explore%20Hubs%20-%20Projects%20-%20Items.ipynb) +- [03.Explore Versions Item and Derivative Urn](./docs/Tutorials/03.Explore%20Versions%20Item%20and%20Derivative%20Urn.ipynb) +- [04.Explore Revit Data With APSToolkit](./docs/Tutorials/04.Explore%20Revit%20Data%20With%20APSToolkit.ipynb) **WIP** : Working in progress, please collaborate with me to complete this. diff --git a/docs/Tutorials/00.Setup And Authentication.ipynb b/docs/Tutorials/00.Setup And Authentication.ipynb new file mode 100644 index 0000000..fd5b397 --- /dev/null +++ b/docs/Tutorials/00.Setup And Authentication.ipynb @@ -0,0 +1,41 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "dotnet_interactive": { + "language": "csharp" + }, + "polyglot_notebook": { + "kernelName": "csharp" + } + }, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": ".NET (C#)", + "language": "C#", + "name": ".net-csharp" + }, + "language_info": { + "name": "polyglot-notebook" + }, + "polyglot_notebook": { + "kernelInfo": { + "defaultKernelName": "csharp", + "items": [ + { + "aliases": [], + "name": "csharp" + } + ] + } + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/docs/Tutorials/01.Jyputer Notebook And .NET Interactive.ipynb b/docs/Tutorials/01.Jyputer Notebook And .NET Interactive.ipynb new file mode 100644 index 0000000..908319d --- /dev/null +++ b/docs/Tutorials/01.Jyputer Notebook And .NET Interactive.ipynb @@ -0,0 +1,38 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "dotnet_interactive": { + "language": "csharp" + }, + "polyglot_notebook": { + "kernelName": "csharp" + }, + "vscode": { + "languageId": "polyglot-notebook" + } + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Hello, World!\r\n" + ] + } + ], + "source": [ + "Console.WriteLine(\"Hello, World!\");" + ] + } + ], + "metadata": { + "language_info": { + "name": "python" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/docs/Tutorials/02.Explore Hubs - Projects - Items.ipynb b/docs/Tutorials/02.Explore Hubs - Projects - Items.ipynb new file mode 100644 index 0000000..709d82c --- /dev/null +++ b/docs/Tutorials/02.Explore Hubs - Projects - Items.ipynb @@ -0,0 +1,18 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "language_info": { + "name": "python" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/docs/Tutorials/03.Explore Versions Item and Derivative Urn.ipynb b/docs/Tutorials/03.Explore Versions Item and Derivative Urn.ipynb new file mode 100644 index 0000000..709d82c --- /dev/null +++ b/docs/Tutorials/03.Explore Versions Item and Derivative Urn.ipynb @@ -0,0 +1,18 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "language_info": { + "name": "python" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/docs/Tutorials/00.Explore Revit Data With APSToolkit.ipynb b/docs/Tutorials/04.Explore Revit Data With APSToolkit.ipynb similarity index 100% rename from docs/Tutorials/00.Explore Revit Data With APSToolkit.ipynb rename to docs/Tutorials/04.Explore Revit Data With APSToolkit.ipynb