asweigart / asweigart/simple-turtle-tutorial-for-python
no display name and no $DISPLAY environment variable in Jupyter Notebook
- Linguagem predominante
- Python
- Estrelas
- 153
- Forks
- 57
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
I want to teach Python for kids. I want them to use Jupyter Notebook. To avoid the hassle of installation, I want them to use a free online Jupyter Notebook. I thought google's colab ([link](https://colab.research.google.com/notebooks) and jupyter.org ([link](https://jupyter.org/try) could be best solutions. However, I tried them both and got the error message below:
```
from turtle import *
colors = ['red', 'purple', 'blue', 'green', 'yellow', 'orange']
for x in range(360):
pencolor(colors[x % 6])
width(x / 100 + 1)
forward(x)
left(59)
```
TclError: no display name and no $DISPLAY environment variable
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
A issue não menciona nenhum arquivo do repositório nem teste; comece reproduzindo o exemplo de turtle no Google Colab e no ambiente de teste do Jupyter vinculado no relatório. Determine se o tutorial precisa de orientações específicas do ambiente e considere a issue concluída quando a configuração online compatível e o comportamento esperado estiverem documentados com clareza.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- jupyter-notebook, python
- Domínio
- documentation
- Tipo de issue
- Bug
- Dificuldade
- 4/5
- Tempo estimado
- 3-5 dias
- Status de atividade
- Estagnada
- Clareza
- Precisa de esclarecimento
- Facilidade para iniciantes
- 35/100