Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
ikappaki committed Dec 2, 2024
1 parent fa47eca commit facd18c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ For additional configuration options, such as specifying a port with `:port` or

## Getting started with Basilisp Notebooks

### 1. Local Basilisp Files
Below are various methods to help you start writing Basilisp code that can be loaded in a Notebook.

### 💾 Local Basilisp Files

You can seamlessly write and use Basilisp `.lpy` files in the same directory as your Notebook. These files can be required in the Notebook just like standard Basilisp namespaces.

Expand Down Expand Up @@ -137,7 +139,7 @@ Both [Emacs/CIDER](https://docs.cider.mx/cider/platforms/basilisp.html) and [VSC
The Editor should now connect seamlessly to the nREPL server.

***
### 2. Batteries Included Project: `basilex-notebook`
### 🔋 Batteries Included Project: `basilex-notebook`

The [Basilisp Example Notebook](https://github.com/ikappaki/basilex-notebook) repository, is an excellent resource for exploring Basilisp notebooks. It includes Jupyter, the Basilisp kernel, a skeleton Basilisp library, and a development notebook to help you get started.

Expand All @@ -155,10 +157,10 @@ $ poetry shell
(<env>) $ jupyter notebook
```

***
3. Open the `dev.ipynb` notebook from the Jupyter interface. Refer to the [basilex-notebook documentation](https://github.com/ikappaki/basilex-notebook) for more details.

### 3. Basilisp Example Library Project: `basilex-basilib`
***
### 📚 Basilisp Example Library Project: `basilex-basilib`

The [Basilisp Example Library](https://github.com/ikappaki/basilex-basilib) repository provides a starting point for setting up an external Basilisp library that can be integrated with your notebooks.

Expand Down

0 comments on commit facd18c

Please sign in to comment.