Skip to content

Instantly share code, notes, and snippets.

[
{
"titulo": "Título",
"dia": "Data",
"preco": "Preço",
"descricao": "Descrição",
"itinerario": "Itinerário",
"saidas": "Saídas",
"programa": "Programa",
"detalhes": {
@ivoencarnacao
ivoencarnacao / gist:367e77fe9e0c3466a5b5a93695393a5e
Created November 10, 2023 17:18
Jupyter Notebook Error on VSCode
Visual Studio Code (1.78.2, undefined, desktop)
Jupyter Extension Version: 2023.2.1000411022.
Python Extension Version: 2023.1.10091012.
Workspace folder /home/ivo/ISMAT/ismat-sad
warn 17:12:59.328: Exception while attempting zmq : libstdc++.so.6: cannot open shared object file: No such file or directory
info 17:12:59.508: LSP Notebooks experiment is enabled
info 17:12:59.560: Find preferred kernel for /home/ivo/ISMAT/ismat-sad/notebook/analisarUsabilidade.ipynb with metadata {"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.11.4"}} & preferred interpreter /nix/store/85lqyjblh31wq92vra20scsaxhgy80yr-python3-3.11.5/bin/python
info 17:12:59.561: Find preferred kernel for /home/ivo/ISMAT/ismat-sad/notebook/analisarUsabilidade.ipynb with metadata {"kernelspec":{"display_name":"Python 3
@ivoencarnacao
ivoencarnacao / nixos-from-ubuntu.md
Created October 22, 2023 08:08 — forked from chris-martin/nixos-from-ubuntu.md
How to install NixOS from an Ubuntu liveCD
@ivoencarnacao
ivoencarnacao / devcontainer.json
Created September 19, 2023 13:48
A VSCode Python Devcontainer with Pylint and Black not working... ☹
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/python
{
"name": "Python 3",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/python:1-3.11-bookworm",
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},