ActivityPub Viewer

A small tool to view real-world ActivityPub objects as JSON! Enter a URL or username from Mastodon or a similar service below, and we'll send a request with the right Accept header to the server to view the underlying object.

Open in browser →
{ "@context": [ "https://www.w3.org/ns/activitystreams", { "ostatus": "http://ostatus.org#", "atomUri": "ostatus:atomUri", "inReplyToAtomUri": "ostatus:inReplyToAtomUri", "conversation": "ostatus:conversation", "sensitive": "as:sensitive", "toot": "http://joinmastodon.org/ns#", "votersCount": "toot:votersCount", "expiry": "toot:expiry", "Hashtag": "as:Hashtag" } ], "id": "https://qoto.org/users/freemo/statuses/105973698154180118", "type": "Note", "summary": null, "inReplyTo": null, "published": "2021-03-29T15:05:06Z", "url": "https://qoto.org/@freemo/105973698154180118", "attributedTo": "https://qoto.org/users/freemo", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://qoto.org/users/freemo/followers", "https://groups.qoto.org/users/Science", "https://groups.qoto.org/users/Science/followers" ], "sensitive": false, "atomUri": "https://qoto.org/users/freemo/statuses/105973698154180118", "inReplyToAtomUri": null, "conversation": "tag:qoto.org,2021-03-29:objectId=105973698154191356:objectType=Conversation", "context": "https://qoto.org/contexts/105973698154191356", "quoteURL": "https://qoto.org/users/freemo/statuses/105969568668137301", "_misskey_quote": "https://qoto.org/users/freemo/statuses/105969568668137301", "_misskey_content": "So the Jupyter Labs container I shared with everyone yesterday has undergone some improvements I wanted to share, namely, it now supports 7 different languages rather than just 4: Python3, ruby, julia, Rust, R, Haskell, and Javascript.\n\nIn case you are unfamiliar Jupyter Labs is a way to write notebooks (formated text with inline code that runs and displays elements like graphs or text). These notebooks are often used in science settings and as such I have integrated all the science tools python has to offer more or less. It is a great place to write up technical documents with working code side by side with the data it produces, but its also a great environment to play around with various programming languages and try out snippets without needing a full project environment. Thanks to the support of many different languages it is a great way to learn and try a language without needing to set anything up, since it all runs from a container.\n\nIn short just run a single command to bring up the container (the image is pulled from docker hub) and in a few minutes you will have a running web server you can point your browser to and start coing in any of the 7 languages supported. I use it to share snippet ideas. It is backed by anaconda so you can easily upload a notebook to their servers and then share a static version of it with people by sharing a link to the notebook, which can be viewed directly without needing any apps, not even Jupyter Labs installed.\n\nCheck it out here:\n\nhttps://git.qoto.org/modjular/jupyter-all\n\nor just get the docker container image directly: modjular/jupyter-all:latest\n\n#Docker #Python #R #Ruby #julia #Haskell #Javascript #Rust #programming #foss #oss #coding #container #containers @Science@groups.qoto.org", "content": "<p>So the Jupyter Labs container I shared with everyone yesterday has undergone some improvements I wanted to share, namely, it now supports 7 different languages rather than just 4: Python3, ruby, julia, Rust, R, Haskell, and Javascript.</p><p>In case you are unfamiliar Jupyter Labs is a way to write notebooks (formated text with inline code that runs and displays elements like graphs or text). These notebooks are often used in science settings and as such I have integrated all the science tools python has to offer more or less. It is a great place to write up technical documents with working code side by side with the data it produces, but its also a great environment to play around with various programming languages and try out snippets without needing a full project environment. Thanks to the support of many different languages it is a great way to learn and try a language without needing to set anything up, since it all runs from a container.</p><p>In short just run a single command to bring up the container (the image is pulled from docker hub) and in a few minutes you will have a running web server you can point your browser to and start coing in any of the 7 languages supported. I use it to share snippet ideas. It is backed by anaconda so you can easily upload a notebook to their servers and then share a static version of it with people by sharing a link to the notebook, which can be viewed directly without needing any apps, not even Jupyter Labs installed.</p><p>Check it out here:</p><p><a href=\"https://git.qoto.org/modjular/jupyter-all\" target=\"_blank\" rel=\"nofollow noopener noreferrer\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">git.qoto.org/modjular/jupyter-</span><span class=\"invisible\">all</span></a></p><p>or just get the docker container image directly: modjular/jupyter-all:latest</p><p><a href=\"https://qoto.org/tags/Docker\" class=\"mention hashtag\" rel=\"tag\">#<span>Docker</span></a> <a href=\"https://qoto.org/tags/Python\" class=\"mention hashtag\" rel=\"tag\">#<span>Python</span></a> <a href=\"https://qoto.org/tags/R\" class=\"mention hashtag\" rel=\"tag\">#<span>R</span></a> <a href=\"https://qoto.org/tags/Ruby\" class=\"mention hashtag\" rel=\"tag\">#<span>Ruby</span></a> <a href=\"https://qoto.org/tags/julia\" class=\"mention hashtag\" rel=\"tag\">#<span>julia</span></a> <a href=\"https://qoto.org/tags/Haskell\" class=\"mention hashtag\" rel=\"tag\">#<span>Haskell</span></a> <a href=\"https://qoto.org/tags/Javascript\" class=\"mention hashtag\" rel=\"tag\">#<span>Javascript</span></a> <a href=\"https://qoto.org/tags/Rust\" class=\"mention hashtag\" rel=\"tag\">#<span>Rust</span></a> <a href=\"https://qoto.org/tags/programming\" class=\"mention hashtag\" rel=\"tag\">#<span>programming</span></a> <a href=\"https://qoto.org/tags/foss\" class=\"mention hashtag\" rel=\"tag\">#<span>foss</span></a> <a href=\"https://qoto.org/tags/oss\" class=\"mention hashtag\" rel=\"tag\">#<span>oss</span></a> <a href=\"https://qoto.org/tags/coding\" class=\"mention hashtag\" rel=\"tag\">#<span>coding</span></a> <a href=\"https://qoto.org/tags/container\" class=\"mention hashtag\" rel=\"tag\">#<span>container</span></a> <a href=\"https://qoto.org/tags/containers\" class=\"mention hashtag\" rel=\"tag\">#<span>containers</span></a> <span class=\"h-card\"><a href=\"https://groups.qoto.org/@Science\" class=\"u-url mention\">@<span>Science</span></a></span></p>", "contentMap": { "en": "<p>So the Jupyter Labs container I shared with everyone yesterday has undergone some improvements I wanted to share, namely, it now supports 7 different languages rather than just 4: Python3, ruby, julia, Rust, R, Haskell, and Javascript.</p><p>In case you are unfamiliar Jupyter Labs is a way to write notebooks (formated text with inline code that runs and displays elements like graphs or text). These notebooks are often used in science settings and as such I have integrated all the science tools python has to offer more or less. It is a great place to write up technical documents with working code side by side with the data it produces, but its also a great environment to play around with various programming languages and try out snippets without needing a full project environment. Thanks to the support of many different languages it is a great way to learn and try a language without needing to set anything up, since it all runs from a container.</p><p>In short just run a single command to bring up the container (the image is pulled from docker hub) and in a few minutes you will have a running web server you can point your browser to and start coing in any of the 7 languages supported. I use it to share snippet ideas. It is backed by anaconda so you can easily upload a notebook to their servers and then share a static version of it with people by sharing a link to the notebook, which can be viewed directly without needing any apps, not even Jupyter Labs installed.</p><p>Check it out here:</p><p><a href=\"https://git.qoto.org/modjular/jupyter-all\" target=\"_blank\" rel=\"nofollow noopener noreferrer\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">git.qoto.org/modjular/jupyter-</span><span class=\"invisible\">all</span></a></p><p>or just get the docker container image directly: modjular/jupyter-all:latest</p><p><a href=\"https://qoto.org/tags/Docker\" class=\"mention hashtag\" rel=\"tag\">#<span>Docker</span></a> <a href=\"https://qoto.org/tags/Python\" class=\"mention hashtag\" rel=\"tag\">#<span>Python</span></a> <a href=\"https://qoto.org/tags/R\" class=\"mention hashtag\" rel=\"tag\">#<span>R</span></a> <a href=\"https://qoto.org/tags/Ruby\" class=\"mention hashtag\" rel=\"tag\">#<span>Ruby</span></a> <a href=\"https://qoto.org/tags/julia\" class=\"mention hashtag\" rel=\"tag\">#<span>julia</span></a> <a href=\"https://qoto.org/tags/Haskell\" class=\"mention hashtag\" rel=\"tag\">#<span>Haskell</span></a> <a href=\"https://qoto.org/tags/Javascript\" class=\"mention hashtag\" rel=\"tag\">#<span>Javascript</span></a> <a href=\"https://qoto.org/tags/Rust\" class=\"mention hashtag\" rel=\"tag\">#<span>Rust</span></a> <a href=\"https://qoto.org/tags/programming\" class=\"mention hashtag\" rel=\"tag\">#<span>programming</span></a> <a href=\"https://qoto.org/tags/foss\" class=\"mention hashtag\" rel=\"tag\">#<span>foss</span></a> <a href=\"https://qoto.org/tags/oss\" class=\"mention hashtag\" rel=\"tag\">#<span>oss</span></a> <a href=\"https://qoto.org/tags/coding\" class=\"mention hashtag\" rel=\"tag\">#<span>coding</span></a> <a href=\"https://qoto.org/tags/container\" class=\"mention hashtag\" rel=\"tag\">#<span>container</span></a> <a href=\"https://qoto.org/tags/containers\" class=\"mention hashtag\" rel=\"tag\">#<span>containers</span></a> <span class=\"h-card\"><a href=\"https://groups.qoto.org/@Science\" class=\"u-url mention\">@<span>Science</span></a></span></p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://groups.qoto.org/users/Science", "name": "@Science@groups.qoto.org" }, { "type": "Hashtag", "href": "https://qoto.org/tags/docker", "name": "#docker" }, { "type": "Hashtag", "href": "https://qoto.org/tags/python", "name": "#python" }, { "type": "Hashtag", "href": "https://qoto.org/tags/r", "name": "#r" }, { "type": "Hashtag", "href": "https://qoto.org/tags/ruby", "name": "#ruby" }, { "type": "Hashtag", "href": "https://qoto.org/tags/julia", "name": "#julia" }, { "type": "Hashtag", "href": "https://qoto.org/tags/haskell", "name": "#haskell" }, { "type": "Hashtag", "href": "https://qoto.org/tags/javascript", "name": "#javascript" }, { "type": "Hashtag", "href": "https://qoto.org/tags/rust", "name": "#rust" }, { "type": "Hashtag", "href": "https://qoto.org/tags/programming", "name": "#programming" }, { "type": "Hashtag", "href": "https://qoto.org/tags/foss", "name": "#foss" }, { "type": "Hashtag", "href": "https://qoto.org/tags/oss", "name": "#oss" }, { "type": "Hashtag", "href": "https://qoto.org/tags/coding", "name": "#coding" }, { "type": "Hashtag", "href": "https://qoto.org/tags/container", "name": "#container" }, { "type": "Hashtag", "href": "https://qoto.org/tags/containers", "name": "#containers" } ], "replies": { "id": "https://qoto.org/users/freemo/statuses/105973698154180118/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://qoto.org/users/freemo/statuses/105973698154180118/replies?only_other_accounts=true&page=true", "partOf": "https://qoto.org/users/freemo/statuses/105973698154180118/replies", "items": [] } } }