# Jupyter\_core 4.7 release candidate

**URL:** https://discourse.jupyter.org/t/jupyter-core-4-7-release-candidate/6728
**Category:** Meta
**Tags:** release, announcement
**Created:** [November 13, 2020, 8:30am UTC](https://discourse.jupyter.org/t/jupyter-core-4-7-release-candidate/6728 "2020-11-13T08:30:52Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jasongrout](https://yyz1.discourse-cdn.com/flex031/user_avatar/discourse.jupyter.org/jasongrout/32/371_2.png) [@jasongrout](https://discourse.jupyter.org/u/jasongrout)
#### Post date: [November 13, 2020, 8:30am UTC](https://discourse.jupyter.org/t/jupyter-core-4-7-release-candidate/6728/1 "2020-11-13T08:30:52Z")

</div>

The `jupyter_core` project has released a release candidate for 4.7.0. Changelog is up at [https://jupyter-core.readthedocs.io/en/latest/changelog.html#id1](https://jupyter-core.readthedocs.io/en/latest/changelog.html#id1). Install with `pip install --pre jupyter_core==4.7.0rc0`

One major enhancement is that for people running Jupyter in an environment setting (conda or virtualenv, for example), there is a new environment variable that will switch the order of the user and environment paths in the Jupyter path hierarchy, so that the environment path is more specific and overrides the user path. This means that if you are running Jupyter in virtual environments, where you may have many different virtual environments for a given user, the virtual environment config and data directories will take precedence over the user-level directories.

Please test and let us know any feedback you may have at [https://github.com/jupyter/jupyter\_core/issues/205](https://github.com/jupyter/jupyter_core/issues/205). We hope to make a release next week.
