# December 26, 2022: Code snippets and bug fixes

## Code snippets

Mito now has a few code snippets that are accessible from the Code Snippets taskpane. You can access it by clicking on `Code` > `Code Snippets`. These code snippets can be copied to your clipboard or automatically added to a new code cell below.&#x20;

In the future, enterprises will be able to add their own code snippets to Mito.&#x20;

## Bug fixes and small improvements

* The `New Mitosheet` button is now always visible in the Jupyter notebook regaurdless of how many notebooks are open.&#x20;
* Fixes bug that prevented users from filtering on `*` or splitting a text to column on `.`.
* Fixes spacing in the Mito toolbar.
* Fixes encoding bug where some rare characters would prevent the Mito spreadsheet from loading when the dataframe containing the chracters was passed as an argument to the mitosheet.sheet call.&#x20;
* Makes all text in Mito copy-able. Previously, only data in the grid was copy-able.&#x20;
* Adds a optional argument to the mitoinstaller, `--no-jupyter-launch`, which prevents the installer from automatically launching Jupyter.&#x20;

If you notice any issues with installation or upgrading, please do reach out!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.trymito.io/misc/release-notes/december-26-2022-code-snippets-and-bug-fixes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
