Skip to content

Commit

Permalink
More updates to workspaces page
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Jan 17, 2024
1 parent 6d1d964 commit aaf2544
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/OSBv2/GitHub.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Note for GitHub based repositories and workspaces:

## Using git on workspace contents in JupyterLab

When a workspace created from a GitHub based OSB repository is opened in {ref}`JupyterLab <osbv2:applications:jupyterlab>` (e.g. from the {ref}`Guided tour OSBv2 showcase <osbv2:guidedtour>`), you can use the `git` command line tool to investigate changes in your files from the cloned version, and pull any changes from the remote repository:
When a workspace created from a GitHub based OSB repository is opened in {ref}`JupyterLab <osbv2:applications:jupyterlab>` (e.g. from the {ref}`Guided tour OSBv2 showcase <osbv2:guidedtour>`), you can use the `git` command line tool to investigate changes in your files from the version when the workspace was created, and pull any changes from the remote repository:


```{figure} ../images/github_jlab.png
Expand Down
6 changes: 3 additions & 3 deletions source/OSBv2/Workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ This can be done either directly from the homepage by using the context menu for
The workspace information page shows details about the workspace, including what resources it includes.
```
Workspaces include files, and they can also include **resources**.
Workspaces contain files, some of which are identified as **resources**.
Resources are special files that OSBv2 knows can be opened in one of the {ref}`OSBv2 applications <osbv2:applications>`.
These can be seen in the resources side bar in the left hand pane in workspaces and applications.

Clicking on a resource will open it in the associated application:

- NWB files will open in {ref}`NWB Explorer <osbv2:applications:nwbe>`
- Jupyter Notebooks open {ref}`JupyterLab <osbv2:applications:jupyterlab>` (application will open but [not yet the notebook itself](https://github.com/OpenSourceBrain/OSBv2/issues/302))
- NWB files (*.nwb files) will open in {ref}`NWB Explorer <osbv2:applications:nwbe>`
- Jupyter Notebooks (*.ipynb files) open {ref}`JupyterLab <osbv2:applications:jupyterlab>`
- NetPyNE files will open in {ref}`NetPyNE <osbv2:applications:netpyne>` ([coming soon...](https://github.com/OpenSourceBrain/OSBv2/issues/304))

(osbv2:workspaces:creating)=
Expand Down

0 comments on commit aaf2544

Please sign in to comment.