Skip to content

Commit

Permalink
Words and new links
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethshsu committed Sep 14, 2023
1 parent d2f6823 commit bed3583
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions docs/getting_started/online_sandbox/sandbox_intro.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# {octicon}`chevron-right` Try Online

Before you go through the trouble of installing the package on your machine, why not give it a try online first? There's no reason to spend the time with getting your enviroment set up. Now you can explore what `chainladder-python` can do without any installation hassle. Give it a shot now and see for yourself!
Before you go through the trouble of installing the package on your machine, why not give it a try online first? There's no reason to spend the time with setting up your dev enviroment, if you end up finding out that this is not useful to you. Save the time so you can spend it reconciling your data instead.

If you are already familiar with a programming language, you should be able to get thorugh this sandbox tutorial pretty quickly. While knowing python is not really required for this sandbox tutorial, you'll want to brush up your basic python skills before working on the Onboarding Tutorials.
If you are already familiar with a programming language, you should be able to get through this sandbox tutorial pretty quickly. While knowing python is not really required for this sandbox tutorial, you'll want to brush up your basic python skills before working on the more in depth Onboarding Tutorials following installation.

This online sandbox tutorial is set up for you to "fill in the blanks". Basically, most of the code is already completed, except for a small piece of code in each line for you to fill in.
This online sandbox tutorial is set up for you to "fill in the blanks". Basically, most of the code is already completed, except for a small piece of code in each line for you to fill in. It's up to you to figure out what goes in there, but we, the code volunteers are ready to answer any questions you may have, on GitHub.

Time recommended: **1 hour**

You can open the sandbox tutorial in one of two ways:
You can open the sandbox tutorial in one of two ways. You may be forced to use one or another, especially if you are a company network with strict network firewall rules.

- Open in [Google Colab](https://githubtocolab.com/casact/chainladder-python/blob/master/docs/library/2022_cas_annual_meeting/demo-blank-concurrent.ipynb) (faster, Google Account required)
- Open in [Binder](https://mybinder.org/v2/gh/casact/chainladder-python/master?urlpath=treedocs/library/2022_cas_annual_meeting/demo-blank-concurrent.ipynb) (slower, no sign up required)
- Open in [Google Colab](https://githubtocolab.com/casact/chainladder-python/master/docs/getting_started/online_sandbox/demo-blank-concurrent.ipynb) (faster, but a free Google Account is required)
- Open in [Binder](https://mybinder.org/v2/gh/casact/chainladder-python/master/docs/getting_started/online_sandbox/demo-blank-concurrent.ipynb) (slower, no sign up required)

If for some reason, you want a copy of the notebook, you can download it [here](https://github.com/casact/chainladder-python/blob/master/docs/library/2022_cas_annual_meeting/demo-blank-concurrent.ipynb).
<!-- # old stuff -->
<!-- - Open in [Google Colab](https://githubtocolab.com/casact/chainladder-python/blob/master/docs/library/2022_cas_annual_meeting/demo-blank-concurrent.ipynb) (faster, but a free Google Account is required)
- Open in [Binder](https://mybinder.org/v2/gh/casact/chainladder-python/master?urlpath=treedocs/library/2022_cas_annual_meeting/demo-blank-concurrent.ipynb) (slower, no sign up required) -->

Just in case you want a copy of the sandbox tutorial notebook, you can download it [here](https://github.com/casact/chainladder-python/blob/master/docs/getting_started/online_sandbox/demo-blank-concurrent.ipynb).

0 comments on commit bed3583

Please sign in to comment.