This page documents changes made to Researcher Platform over time. We recommend that you periodically check here for any new announcements and release notes.
The following enhancements have been added to Researcher Platform:
Feature | Description |
---|---|
We are introducing access to Meta research tools in Researcher Platform through Amazon WorkSpaces Secure Browser. Using WorkSpaces Secure Browser will be optional until January 7, 2025, after which it will become mandatory and access through OpenVPN will be discontinued. You will not lose any data as a result of this transition. The following processes are impacted by WorkSpaces Secure Browser:
| |
You can now download additional NLTK corpora and trained models that enable comprehensive natural language processing tasks. | |
You can now download pre-trained ML models into your Jupyter environment from the Hugging Face® Hub for translation, semantic analysis, and more. |
The Asynchronous queries feature was added to Researcher Platform. This feature decouples query submission from the fetching of query results, enabling you to run queries in the background while you continue working in your Jupyter notebooks or doing other tasks.
The following new features have been added to Researcher Platform:
Feature | Description |
---|---|
While CPUs handle a wide variety of tasks quickly, GPUs are better for applications that require parallel processing of large amounts of data, including mathematical computation. For your Jupyter notebook server, you can choose the type of server that is best for your work. | |
You can export your Jupyter notebooks in a way that keeps the code intact, but scrubs the outputs in conformance with privacy rules. | |
You can install Python packages available in the Python Package Index (PyPi) into your Jupyter environment using the Pip package manager class. | |
You can install R packages into your Jupyter environment using our Conda and CRAN package manager classes. |