You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

testwj.ipynb 610 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "code",
  5. "execution_count": null,
  6. "id": "14e5e20a",
  7. "metadata": {},
  8. "outputs": [],
  9. "source": [
  10. "print('hello world')"
  11. ]
  12. }
  13. ],
  14. "metadata": {
  15. "kernelspec": {
  16. "display_name": "MindSpore",
  17. "language": "python",
  18. "name": "mindspore"
  19. },
  20. "language_info": {
  21. "codemirror_mode": {
  22. "name": "ipython",
  23. "version": 3
  24. },
  25. "file_extension": ".py",
  26. "mimetype": "text/x-python",
  27. "name": "python",
  28. "nbconvert_exporter": "python",
  29. "pygments_lexer": "ipython3",
  30. "version": "3.7.6"
  31. }
  32. },
  33. "nbformat": 4,
  34. "nbformat_minor": 5
  35. }