Skip to content

Commit

Permalink
Merge pull request #6 from CBroz1/jm
Browse files Browse the repository at this point in the history
Video default image
  • Loading branch information
lfrank authored Mar 15, 2024
2 parents 5cb1f8e + f8a36e8 commit 609d8f8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 22 deletions.
Binary file added HubImg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added HubImg.psd
Binary file not shown.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[Magic Link](
https://spyglass.hhmi.2i2c.cloud/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2FLorenFrankLab%2Fspyglass-demo&urlpath=lab%2Ftree%2Fspyglass-demo%2Fnotebooks%2F01_Insert_Data.ipynb&branch=main)
[Magic Link](https://spyglass.hhmi.2i2c.cloud/)

This repository is meant to support the paper:
> Lee, K.H.\*, Denovellis, E.L.\*, Ly, R., Magland, J., Soules, J., Comrie, A.E., Gramling, D.P., Guidera, J.A., Nevers, R., Adenekan, P., Brozdowski, C., Bray, S., Monroe, E., Bak, J.H., Coulter, M.E., Sun, X., Broyles, E., Shin, D., Chiang, S., Holobetz, C., Tritt, A., Rübel, O., Nguyen, T., Yatsenko, D., Chu, J., Kemere, C., Garcia, S., Buccino, A., Frank, L.M., 2024. Spyglass: a data analysis framework for reproducible and shareable neuroscience research. bioRxiv. [10.1101/2024.01.25.577295](https://doi.org/10.1101/2024.01.25.577295).
Expand Down
30 changes: 10 additions & 20 deletions notebooks/00_HubQuickStart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,34 +38,24 @@
{
"data": {
"text/html": [
"\n",
" <iframe\n",
" width=\"100%\"\n",
" height=\"500\"\n",
" src=\"https://player.vimeo.com/video/922578532?title=0&portrait=0\"\n",
" frameborder=\"0\"\n",
" allowfullscreen\n",
" \n",
" ></iframe>\n",
" "
"<iframe src=\"https://player.vimeo.com/video/922578532?title=0&portrait=0\" width=\"100%\" height=\"500\">\n",
"Please execute above cell with <i>SHIFT+ENTER</i> to play an video.\n",
"<img src=\"https://lorenfranklab.github.io/spyglass/latest/images/fig1.png\"/>\n",
"</iframe>\n"
],
"text/plain": [
"<IPython.lib.display.IFrame at 0x76a9585f5400>"
"<IPython.core.display.HTML object>"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
"output_type": "display_data"
}
],
"source": [
"from IPython.display import IFrame\n",
"\n",
"IFrame(\n",
" src=\"https://player.vimeo.com/video/922578532?title=0&portrait=0\",\n",
" width=\"100%\",\n",
" height=\"500\",\n",
")"
"%%html\n",
"<iframe src=\"https://player.vimeo.com/video/922578532?title=0&portrait=0\" width=\"100%\" height=\"500\">\n",
"<img src=\"https://github.com/LorenFrankLab/spyglass-demo/blob/main/HubImg.png?raw=true\" alt=\"Please execute above cell with <i>SHIFT+ENTER</i> to play a video.\"/>\n",
"</iframe>"
]
},
{
Expand Down

0 comments on commit 609d8f8

Please sign in to comment.